Ejemplo n.º 1
0
 public Small2BigAction(Type t)
 {
     this.SetTargetType(t);
 }
Ejemplo n.º 2
0
 public Big2SmallAction(Type t)
 {
     this.SetTargetType(t);
 }