Example #1
0
 private void button4_Click(object sender, EventArgs e)
 {
     Game1.CheckForVictory();
     Game1.CheckForTieGame();
 }