Exemplo n.º 1
0
 public static void AppStartUp()
 {
     try
     {
         CDOSettings.LoadChanges(null);
         BMC.Presentation.App app = new BMC.Presentation.App();
         Dispatcher.CurrentDispatcher.UnhandledException += CurrentDispatcher_UnhandledException;
         app.InitializeComponent();
         app.Run();
     }
     catch (Exception ex)
     {
         ExceptionManager.Publish(ex);
     }
     finally
     {
     }
 }
Exemplo n.º 2
0
 public static void AppStartUp()
 {
     try
     {
         CDOSettings.LoadChanges(null);
         BMC.Presentation.App app = new BMC.Presentation.App();
         Dispatcher.CurrentDispatcher.UnhandledException += CurrentDispatcher_UnhandledException;
         app.InitializeComponent();
         app.Run();
     }
     catch (Exception ex)
     {
         ExceptionManager.Publish(ex);
     }
     finally
     {
     }
 }