Exemple #1
0
 private void btnPlus_Click(object sender, EventArgs e)
 {
     game.Plus();
     UpdateInfo();
 }