Example #1
0
 private void removeStairsButton_Click(object sender, EventArgs e)
 {
     Stairs.Remove();
 }
Example #2
0
 private void toolStripButton4_Click(object sender, EventArgs e)
 {
     if (Stairs.alreadyPlacing)
         stairs.StopPlacing();
     stairs = new Stairs(4);
 }