示例#1
0
 protected PlainprgAddedProperties CreatePlainerType(PlainprgAddedProperties cloned)
 {
     cloned.fbDriveX = fbDriveX.CreatePlainerType();
     cloned.fbDriveY = fbDriveY.CreatePlainerType();
     cloned.fbDriveZ = fbDriveZ.CreatePlainerType();
     return(cloned);
 }
 public PlainHansPlcTwinController()
 {
     _Utils = new PlainUtils();
     _prgAddedProperties = new PlainprgAddedProperties();
     _MAIN               = new PlainMAIN();
     _prgSimple          = new PlainprgSimple();
     _prgWeatherStations = new PlainprgWeatherStations();
 }
示例#3
0
        public PlainprgAddedProperties CreatePlainerType()
        {
            var cloned = new PlainprgAddedProperties();

            cloned.fbDriveX = fbDriveX.CreatePlainerType();
            cloned.fbDriveY = fbDriveY.CreatePlainerType();
            cloned.fbDriveZ = fbDriveZ.CreatePlainerType();
            return(cloned);
        }