コード例 #1
0
ファイル: Main.cs プロジェクト: GianiWVL/VUYLSTEKE
 private void bbiSettingsSystem_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     ParameterSystem.Settings parameterSystem = null;
     try
     {
         parameterSystem = new ParameterSystem.Settings();
         parameterSystem.Show();
     }
     catch (System.Exception exception)
     {
         Exception thisException = exception;
         Management.ShowException(thisException);
     }
 }
コード例 #2
0
ファイル: Main.cs プロジェクト: GianiWVL/VUYLSTEKE
 private void bbiSettingsSystem_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     ParameterSystem.Settings parameterSystem = null;
     try
     {
         parameterSystem = new ParameterSystem.Settings();
         parameterSystem.Show();
     }
     catch (System.Exception exception)
     {
         Exception thisException = exception;
         Management.ShowException(thisException);
     }
 }