コード例 #1
0
        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();
 }
コード例 #3
0
 protected PlainMAIN CreatePlainerType(PlainMAIN cloned)
 {
     cloned.RoomData = RoomData.CreatePlainerType();
     return(cloned);
 }