コード例 #1
0
 public Sedan()
 {
     this.engineMgmnt  = new EngineManagement();
     this.comfortMgmnt = new ComfortManagement();
     this.climMode     = CLIMATE_MODE.off;
     this.OilLevel     = 6.0;
 }
コード例 #2
0
 public StationWagon()
 {
     this.engineMgmnt  = new EngineManagement();
     this.comfortMgmnt = new ComfortManagement();
     this.rearHatch    = REAR_HATCH_MODE.closed;
 }