コード例 #1
0
ファイル: Form1.cs プロジェクト: nkalpak/VP-Tic-Tac-Toe
        private void PlayAgainButton_Click(object sender, EventArgs e)
        {
            SetGameControlButtons(false);
            GameEndDisplay.Visible = false;

            _gameBoard.ResetGameBoard();
            ResetButtons();
        }