Exemplo n.º 1
0
 public Car(Engine engine, StWheel stwheel, Gear gear, Wheel wheel, Transmition transmition, PetrolTank pet)
 {
     this.engine            = engine;
     this.stwheel           = stwheel;
     this.gear              = gear;
     this.wheel             = wheel;
     this.transmition       = transmition;
     this.petrol            = pet;
     this.transmition.Power = 0;
 }
Exemplo n.º 2
0
 public Dashboard(PetrolTank petrolTank)
 {
     _petrolTank = petrolTank;
 }