Beispiel #1
0
 public Small2BigAction(Type t)
 {
     this.SetTargetType(t);
 }
Beispiel #2
0
 public Big2SmallAction(Type t)
 {
     this.SetTargetType(t);
 }