public HardwareInstance() { this.powerOnField = new HardwareInstancePowerOn(); this.parentComponentField = new HardwareInstance(); this.componentsField = new List<ItemInstanceReference>(); this.calibrationField = new HardwareInstanceCalibration(); }
public HardwareInstance() { this.powerOnField = new HardwareInstancePowerOn(); this.parentComponentField = new HardwareInstance(); this.componentsField = new List <ItemInstanceReference>(); this.calibrationField = new HardwareInstanceCalibration(); }