Example #1
0
 public HardwareInstance2()
 {
     this.powerOnField         = new HardwareInstancePowerOn1();
     this.parentComponentField = new HardwareInstance2();
     this.componentsField      = new List <SystemInstanceReference>();
     this.calibrationField     = new HardwareInstanceCalibration1();
 }
 public HardwareInstance2()
 {
     this.powerOnField = new HardwareInstancePowerOn1();
     this.parentComponentField = new HardwareInstance2();
     this.componentsField = new List<SystemInstanceReference>();
     this.calibrationField = new HardwareInstanceCalibration1();
 }