private void clearFieldToolStripMenuItem1_Click(object sender, EventArgs e) { game.Reset(CellState.Dead); DrawField(this.game); }