public ControlPanelViewModel(ArmCommand armCommand, DisarmCommand disarmCommand, ThrottleCommand throttleCommand)
 {
     this.ArmCommand      = armCommand;
     this.DisarmCommand   = disarmCommand;
     this.ThrottleCommand = throttleCommand;
 }
示例#2
0
 public void Throttle(ThrottleCommand cmd)
 {
     throw new NotImplementedException();
 }