Ejemplo n.º 1
0
 public void Attach(TargetInfo a)
 {
     this.link1 = new MoteAttachLink(a);
 }
Ejemplo n.º 2
0
 public void Attach(TargetInfo a, TargetInfo b)
 {
     this.link1 = new MoteAttachLink(a);
     this.link2 = new MoteAttachLink(b);
 }