예제 #1
0
        public App()
        {
            if (!Debugger.IsAttached)
            {
                this.Dispatcher.UnhandledException += OnDispatcherUnhandledException;
            }

            VersionInfo.DeleteUpdater();
        }