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