示例#1
0
 private void btnCallTo3rd_Click(object sender, EventArgs e)
 {
     elevator.CallTo3rd();
     UpdateState();
 }