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