Beispiel #1
0
        private void Init()
        {
            initModules = new Modules.InitModules();
            initModules.Initialize();
            Modules.LogsModules.Current.SettingsViewModel = this.settingsViewModel;

            Application.Current.DispatcherUnhandledException += Current_DispatcherUnhandledException;
        }
Beispiel #2
0
        private void Init()
        {
            initModules = new Modules.InitModules();
            initModules.Initialize();
            Modules.LogsModules.Current.SettingsViewModel = this.settingsViewModel;

            Application.Current.DispatcherUnhandledException += Current_DispatcherUnhandledException;
        }