public MoveToLocation(MoveToLocationCmd moveToLocationCmd) { this.moveType = moveToLocationCmd.MoveType; this.position = moveToLocationCmd.Position; this.PosZ = moveToLocationCmd.PosZ; this.Program = moveToLocationCmd.RunnableModule.CommandsModule.Program; }
public MoveAbsXy(MoveToLocationCmd moveToLocationCmd) { moveType = moveToLocationCmd.MoveType; position = moveToLocationCmd.Position; this.Program = moveToLocationCmd.RunnableModule.CommandsModule.Program; }