Aggiornamento staging #11

Merged
Alessio merged 21 commits from development into staging 2026-03-20 17:18:59 +01:00
Showing only changes of commit 201a15de1f - Show all commits
+1 -1
View File
@@ -11,7 +11,7 @@
@code {
private int currentCount = 0;
private void IncrementCount()
private void IncrementCount()
{
currentCount++;
}