Example #1
0
 private void hardButton_Click(object sender, EventArgs e)
 {
     game.createHardGame();
     this.Hide();
 }