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