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