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