protected PlainprgWeatherStations CreatePlainerType(PlainprgWeatherStations cloned)
 {
     cloned._weatherStationsCyclicAccess   = _weatherStationsCyclicAccess.CreatePlainerType();
     cloned._weatherStationsBatchAccess    = _weatherStationsBatchAccess.CreatePlainerType();
     cloned._weatherStationsSynchronAccess = _weatherStationsSynchronAccess.CreatePlainerType();
     return(cloned);
 }
 public PlainHansPlcTwinController()
 {
     _Utils = new PlainUtils();
     _prgAddedProperties = new PlainprgAddedProperties();
     _MAIN               = new PlainMAIN();
     _prgSimple          = new PlainprgSimple();
     _prgWeatherStations = new PlainprgWeatherStations();
 }
        public PlainprgWeatherStations CreatePlainerType()
        {
            var cloned = new PlainprgWeatherStations();

            cloned._weatherStationsCyclicAccess   = _weatherStationsCyclicAccess.CreatePlainerType();
            cloned._weatherStationsBatchAccess    = _weatherStationsBatchAccess.CreatePlainerType();
            cloned._weatherStationsSynchronAccess = _weatherStationsSynchronAccess.CreatePlainerType();
            return(cloned);
        }