Beispiel #1
0
 private void randomlyFillFieldToolStripMenuItem_Click(object sender, EventArgs e)
 {
     game.FillRandomly();
     DrawField(this.game);
 }