Пример #1
0
        public PlainUtils CreatePlainerType()
        {
            var cloned = new PlainUtils();

            cloned.FluentString = FluentString.CreatePlainerType();
            return(cloned);
        }
 public PlainHansPlcTwinController()
 {
     _Utils = new PlainUtils();
     _prgAddedProperties = new PlainprgAddedProperties();
     _MAIN               = new PlainMAIN();
     _prgSimple          = new PlainprgSimple();
     _prgWeatherStations = new PlainprgWeatherStations();
 }
Пример #3
0
 protected PlainUtils CreatePlainerType(PlainUtils cloned)
 {
     cloned.FluentString = FluentString.CreatePlainerType();
     return(cloned);
 }