ATMLCommonLibrary.model.HardwareInstance2.HardwareInstance2 C# (CSharp) Méthode

HardwareInstance2() public méthode

public HardwareInstance2 ( ) : System
Résultat System
        public HardwareInstance2()
        {
            this.powerOnField = new HardwareInstancePowerOn1();
            this.parentComponentField = new HardwareInstance2();
            this.componentsField = new List<SystemInstanceReference>();
            this.calibrationField = new HardwareInstanceCalibration1();
        }
HardwareInstance2