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

            return(cloned);
        }