public PlainMAIN CreatePlainerType() { var cloned = new PlainMAIN(); cloned._fbPneumaticActuator = _fbPneumaticActuator.CreatePlainerType(); return(cloned); }
protected PlainMAIN CreatePlainerType(PlainMAIN cloned) { cloned._horizontalPiston = _horizontalPiston.CreatePlainerType(); cloned._verticalPiston = _verticalPiston.CreatePlainerType(); cloned._gripper = _gripper.CreatePlainerType(); return(cloned); }
public PlainMAIN CreatePlainerType() { var cloned = new PlainMAIN(); cloned._station = _station.CreatePlainerType(); return(cloned); }
public PlainMAIN CreatePlainerType() { var cloned = new PlainMAIN(); cloned._horizontalPiston = _horizontalPiston.CreatePlainerType(); cloned._verticalPiston = _verticalPiston.CreatePlainerType(); cloned._gripper = _gripper.CreatePlainerType(); return(cloned); }
public PlainMainPlcTwinController() { _IO = new PlainIO(); _MAIN = new PlainMAIN(); }
protected PlainMAIN CreatePlainerType(PlainMAIN cloned) { cloned._fbPneumaticActuator = _fbPneumaticActuator.CreatePlainerType(); return(cloned); }
protected PlainMAIN CreatePlainerType(PlainMAIN cloned) { cloned._station = _station.CreatePlainerType(); return(cloned); }