示例#1
0
 private void KeepMoving(object sender, EventArgs args)
 {
     _unit.KeepMoving(_city);
     Cancel();
 }