Ejemplo n.º 1
0
 public Adapter(TargetClass traget)
 {
     this.target = traget;
 }
Ejemplo n.º 2
0
 public Adapter(TargetClass target)
 {
     this.target = target;
 }