Example #1
0
 private void newToolStripMenuItem_Click(object sender, EventArgs e)
 {
     game         = new GameDoubler();
     game.action += UpdateInfo;
     UpdateInfo();
     btnMulti.Enabled = true;
     btnPlus.Enabled  = true;
 }