public AutoFill() { InitializeComponent(); infoList = new InfoList(); sm = new SmartForm(infoList); hc = new HookControl(this, sm); }
public Sender(HookControl hc, AutoFill at) : this(hc) { this.at = at; }
public Sender(HookControl hc) : this() { this.hc = hc; }