diff --git a/Game.cs b/Game.cs index b763b4b..05685b2 100644 --- a/Game.cs +++ b/Game.cs @@ -151,6 +151,7 @@ MessageBox.Show("You won"); Program.AddWin(); } + SetInputEnabled(false); return; } @@ -159,6 +160,7 @@ if (IsAllBoxesFilled()) { MessageBox.Show("Tie"); + SetInputEnabled(false); } else {