Exemple #1
0
 public HookControl(AutoFill at, SmartForm sf)
     : this(sf)
 {
     this.at = at;
     sender  = new Sender(this, at);
 }