Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs =================================================================== diff -u -re9ba8989c25966fe367612b99e3e9f6257be0bba -re7e22e69b16b23c89c063f18444c82aa818dc176 --- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision e9ba8989c25966fe367612b99e3e9f6257be0bba) +++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision e7e22e69b16b23c89c063f18444c82aa818dc176) @@ -65,8 +65,6 @@ /// public partial class App { - private delegate void ExceptionDelegate(Exception exception, bool isTerminating); - // Start application after this process will exit (used during restart) private const string argumentWaitForProcess = "--wait-for-process="; private const int numberOfDaysToKeepLogFiles = 30; @@ -86,6 +84,8 @@ log.Info(string.Format(Core.Common.Gui.Properties.Resources.App_Starting_Ringtoets_version_0, SettingsHelper.ApplicationVersion)); } + private delegate void ExceptionDelegate(Exception exception, bool isTerminating); + protected override void OnExit(ExitEventArgs e) { if (singleInstanceMutex != null)