public PearlWhiteOption(TeslaModelS car)
 {
     this.car = car;
 }
 public LudicrousSpeedOption(TeslaModelS car)
 {
     this.car = car;
 }
示例#3
0
 public AutopilotOption(TeslaModelS car)
 {
     this.car = car;
 }