just commented the function for the button as it doesn't exists anymore

test_old_branch
Jules Lascret 1 year ago
parent 5bc15acff6
commit c2c254da0b

@ -9,7 +9,7 @@
InitializeComponent(); InitializeComponent();
} }
private void OnCounterClicked(object sender, EventArgs e) /*private void OnCounterClicked(object sender, EventArgs e)
{ {
count++; count++;
@ -19,7 +19,7 @@
CounterBtn.Text = $"Clicked {count} times"; CounterBtn.Text = $"Clicked {count} times";
SemanticScreenReader.Announce(CounterBtn.Text); SemanticScreenReader.Announce(CounterBtn.Text);
} }*/
} }
} }

Loading…
Cancel
Save