protected override void OnStartup(StartupEventArgs e) { Initialize_CrashReporting(); SquirrelUpdate(); WpfSingleInstance.Make(); base.OnStartup(e); }
protected override void OnStartup(StartupEventArgs e) { // If Nbug CrashReporting is Not Configured don't Inizialize it if (Wpf.Properties.Settings.Default.NbugSmtpServer != "smtp.dummy.com") { Initialize_CrashReporting(); } WpfSingleInstance.Make(); base.OnStartup(e); }