Example #1
0
 private void Form1_Shown(object sender, EventArgs e)
 {
     Tic_tac_toe.new_game(graphicsInterface.Width, graphicsInterface.Height);
 }
Example #2
0
 private void newToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Tic_tac_toe.new_game(graphicsInterface.Width, graphicsInterface.Height);
 }