Beispiel #1
0
 private void btnCallTo2nd_Click(object sender, EventArgs e)
 {
     elevator.CallTo2nd();
     UpdateState();
 }