Aggiornamento main #12

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