Beispiel #1
0
 private void buttonFourWarps_Click(object sender, EventArgs e)
 {
     grid = Grid.FourWarps(GridSize);
     CreatingNewGrid();
 }