public Reportboard(string path) { try { InitializeComponent(); xmlWork = new XmlOperate(path); DrectSoft.DSSqlHelper.DS_SqlHelper.CreateSqlHelper(); } catch { } }
public MainLoadForm() { try { InitializeComponent(); xmlOperate = new XmlOperate(AppDomain.CurrentDomain.BaseDirectory + @"Sheet\Sheet.xml"); } catch (Exception ex) { DrectSoft.Common.Ctrs.DLG.MyMessageBox.Show(1, ex); } }