Beispiel #1
0
        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 };
        }
Beispiel #2
0
        public Player1(TicTacToeGame game)
        {
            InitializeComponent();

            _game = game;
        }
Beispiel #3
0
        public Player1(TicTacToeGame game)
        {
            InitializeComponent();

            _game = game;
        }