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