Esempio n. 1
0
 private void buttonTwoRings_Click(object sender, EventArgs e)
 {
     grid = Grid.TwoRings(GridSize);
     CreatingNewGrid();
 }