public OldNewAdapter(OldCar oldCar)
 {
     this.oldCar = oldCar;
 }
示例#2
0
 public OldNewAdapter(OldCar oldCar)
 {
     this.oldCar = oldCar;
 }