From c2c254da0b54ef3d43245f80e420c3d50eac90da Mon Sep 17 00:00:00 2001 From: Jules Lascret <100965196+juleslascret@users.noreply.github.com> Date: Sat, 23 Mar 2024 20:32:23 +0100 Subject: [PATCH] just commented the function for the button as it doesn't exists anymore --- Qwirkle/Qwirkle/MainPage.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); - } + }*/ } }