示例#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;
 }