diff --git a/Qwirkle/Qwirkle/MainPage.xaml.cs b/Qwirkle/Qwirkle/MainPage.xaml.cs index ed39076..5184f47 100644 --- a/Qwirkle/Qwirkle/MainPage.xaml.cs +++ b/Qwirkle/Qwirkle/MainPage.xaml.cs @@ -9,7 +9,7 @@ InitializeComponent(); } - private void OnCounterClicked(object sender, EventArgs e) + /*private void OnCounterClicked(object sender, EventArgs e) { count++; @@ -19,7 +19,7 @@ CounterBtn.Text = $"Clicked {count} times"; SemanticScreenReader.Announce(CounterBtn.Text); - } + }*/ } }