예제 #1
0
 /// <summary>
 /// 复制命令
 /// </summary>
 /// <param name="other"></param>
 public override void Copy(BaseCommand other)
 {
     base.Copy(other);
 }
예제 #2
0
 /// <summary>
 /// 复制命令
 /// </summary>
 /// <param name="other"></param>
 public override void Copy(BaseCommand other)
 {
     base.Copy(other);
     this.PumpStatusList = ((CmdSendPumpType)other).PumpStatusList;
 }