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