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