Exemplo n.º 1
0
 public Sedan()
 {
     this.engineMgmnt  = new EngineManagement();
     this.comfortMgmnt = new ComfortManagement();
     this.climMode     = CLIMATE_MODE.off;
     this.OilLevel     = 6.0;
 }
Exemplo n.º 2
0
 public StationWagon()
 {
     this.engineMgmnt  = new EngineManagement();
     this.comfortMgmnt = new ComfortManagement();
     this.rearHatch    = REAR_HATCH_MODE.closed;
 }