示例#1
0
 private void meduimButton_Click(object sender, EventArgs e)
 {
     game.createMediumGame();
     this.Hide();
 }