Ejemplo n.º 1
0
 public SpringControl(AnchorEditor.AnchorUI picker)
 {
     if (picker == null)
     {
         throw new ArgumentException();
     }
     this.picker  = picker;
     base.TabStop = true;
 }
 public SpringControl(AnchorEditor.AnchorUI picker)
 {
     if (picker == null)
     {
         throw new ArgumentException();
     }
     this.picker = picker;
     base.TabStop = true;
 }