Esempio n. 1
0
 public Remote(Car carU)
 {
     this.car = carU;
 }
Esempio n. 2
0
 public AuldeyRemote(Car carU)
     : base(carU)
 {
 }