예제 #1
0
 public AutoFill()
 {
     InitializeComponent();
     infoList = new InfoList();
     sm       = new SmartForm(infoList);
     hc       = new HookControl(this, sm);
 }
예제 #2
0
 public Sender(HookControl hc, AutoFill at)
     : this(hc)
 {
     this.at = at;
 }
예제 #3
0
 public Sender(HookControl hc)
     : this()
 {
     this.hc = hc;
 }