|
|
@ -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);
|
|
|
|
}
|
|
|
|
}*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|