예제 #1
0
 public PearlWhiteOption(TeslaModelS car)
 {
     this.car = car;
 }
 public LudicrousSpeedOption(TeslaModelS car)
 {
     this.car = car;
 }
예제 #3
0
 public AutopilotOption(TeslaModelS car)
 {
     this.car = car;
 }