Example #1
0
 public string AutoFill(WebBrowser fillWebBrowser)
 {
     this.webBrowser = fillWebBrowser;
     if (zyExportListForm == null)
         zyExportListForm = new ZyExpertListForm(fillWebBrowser);
     zyExportListForm.Show();
     zyExportListForm.LoadExcel();
     return "已成功打开置业专家数据表格";
 }
Example #2
0
 // Methods
 static ZyExpertAutoFiller()
 {
     instance = new ZyExpertAutoFiller();
     zyExportListForm = null;
 }