예제 #1
0
 /// <summary>
 /// Method for handling when clicking About menu
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void AboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     theController.AboutGame();
 }