コード例 #1
0
 public AutoFill()
 {
     InitializeComponent();
     infoList = new InfoList();
     sm       = new SmartForm(infoList);
     hc       = new HookControl(this, sm);
 }
コード例 #2
0
ファイル: SmartForm.cs プロジェクト: thuongtin/AutoFill
 public void setInfoList(InfoList infoList)
 {
     this.infoList = infoList;
 }
コード例 #3
0
ファイル: SmartForm.cs プロジェクト: thuongtin/AutoFill
 public SmartForm(InfoList infoList) : this()
 {
     this.infoList = infoList;
 }