public PlainMAIN CreatePlainerType()
        {
            var cloned = new PlainMAIN();

            cloned.RoomData = RoomData.CreatePlainerType();
            return(cloned);
        }
示例#2
0
 public PlainRoomControllerTwinController()
 {
     _IO = new PlainIO();
     _Hardware_Simulation = new PlainHardware_Simulation();
     _MAIN = new PlainMAIN();
 }
 protected PlainMAIN CreatePlainerType(PlainMAIN cloned)
 {
     cloned.RoomData = RoomData.CreatePlainerType();
     return(cloned);
 }