Esempio n. 1
0
 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);
     }
 }
Esempio n. 2
0
 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);
     }
 }