public Form1() { InitializeComponent(); this.tic = new TicTacToe(); tic.Reset(); }
private void LoadButtons(TicTacToe chess) { this.Controls.AddRange(chess.ButtonList); }