public App() { // Die Initialisierungs-Methode an den Delegaten übergeben. ApplicationInitialize = applicationInitialize; _GlobalApp = this; _StartUpManager = new ACStartUpRoot(); //this.Startup += new StartupEventHandler(App_Startup); // Add the event handler for handling non-UI thread exceptions to the event. AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); }
private void InitApp() { ApplicationInitialize = ApplicationInit; }