コード例 #1
0
ファイル: Player2.cs プロジェクト: RomanGolovko/Valtech_
        public Player2(TicTacToeGame game)
        {
            InitializeComponent();

            _game = game;
            Buttons = new[] { btn_1, btn_2, btn_3, btn_4, btn_5, btn_6, btn_7, btn_8, btn_9 };
        }
コード例 #2
0
        public Player1(TicTacToeGame game)
        {
            InitializeComponent();

            _game = game;
        }
コード例 #3
0
ファイル: Player1.cs プロジェクト: RomanGolovko/Valtech_
        public Player1(TicTacToeGame game)
        {
            InitializeComponent();

            _game = game;
        }