コード例 #1
0
 private void customToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (gameBoard.CreateCustomGame())
     {
         DifficultyRadioButtons(3);
     }
 }