Пример #1
0
 public AutoFill()
 {
     InitializeComponent();
     infoList = new InfoList();
     sm       = new SmartForm(infoList);
     hc       = new HookControl(this, sm);
 }
Пример #2
0
 public void setInfoList(InfoList infoList)
 {
     this.infoList = infoList;
 }
Пример #3
0
 public SmartForm(InfoList infoList) : this()
 {
     this.infoList = infoList;
 }