public PlainHansPlcTwinController()
 {
     _Utils = new PlainUtils();
     _prgAddedProperties = new PlainprgAddedProperties();
     _MAIN               = new PlainMAIN();
     _prgSimple          = new PlainprgSimple();
     _prgWeatherStations = new PlainprgWeatherStations();
 }
예제 #2
0
 protected PlainMAIN CreatePlainerType(PlainMAIN cloned)
 {
     return(cloned);
 }
예제 #3
0
        public PlainMAIN CreatePlainerType()
        {
            var cloned = new PlainMAIN();

            return(cloned);
        }