Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs =================================================================== diff -u -r7e9e0ccec9caf49c8954f4d84c3f31c4c0a8d2a8 -rce31448a066c084f755439f3e7d453bfb042b291 --- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 7e9e0ccec9caf49c8954f4d84c3f31c4c0a8d2a8) +++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision ce31448a066c084f755439f3e7d453bfb042b291) @@ -72,7 +72,7 @@ private static GuiCore gui; private static int waitForProcessId = -1; - private static string fileToOpen = String.Empty; + private static string fileToOpen = string.Empty; private static Mutex singleInstanceMutex;