예제 #1
0
 private void gameStopBtn_Click(object sender, EventArgs e)
 {
     if (game != null)
     {
         game.Stop();
     }
 }