Esempio n. 1
0
 public Manual(Type type, int seats, Engine engine, Transmission transmission, TripComputer tripComputer, GPSNavigator gpsNavigator)
 {
     this.type         = type;
     this.seats        = seats;
     this.engine       = engine;
     this.transmission = transmission;
     this.tripComputer = tripComputer;
     this.gpsNavigator = gpsNavigator;
 }
Esempio n. 2
0
 public void SetType(Cars.Type type)
 {
     this.type = type;
 }