Example #1
0
 private void buttonNewGame_Click(object sender, EventArgs e)
 {
     controller.NewGame();
     messageLog.Clear();
 }