public PlainMAIN CreatePlainerType() { var cloned = new PlainMAIN(); cloned.RoomData = RoomData.CreatePlainerType(); return(cloned); }
public PlainRoomControllerTwinController() { _IO = new PlainIO(); _Hardware_Simulation = new PlainHardware_Simulation(); _MAIN = new PlainMAIN(); }
protected PlainMAIN CreatePlainerType(PlainMAIN cloned) { cloned.RoomData = RoomData.CreatePlainerType(); return(cloned); }