Exemple #1
0
 private void Form1_Click(object sender, EventArgs e)
 {
     if (playing)
     {
         game.AddPlay(x, y);
         UpdateTurnStatus();
         Invalidate();
         CheckWin();
     }
 }