ATMLCommonLibrary.model.HardwareInstance2.HardwareInstance2 C# (CSharp) Метод

HardwareInstance2() публичный Метод

public HardwareInstance2 ( ) : System
Результат System
        public HardwareInstance2()
        {
            this.powerOnField = new HardwareInstancePowerOn1();
            this.parentComponentField = new HardwareInstance2();
            this.componentsField = new List<SystemInstanceReference>();
            this.calibrationField = new HardwareInstanceCalibration1();
        }
HardwareInstance2