diff -r ee4ddd15fb5d -r cde7fe7f284e client/test/mainInterface/Iri.Modernisation.Test.MainInterface/App.xaml.cs --- a/client/test/mainInterface/Iri.Modernisation.Test.MainInterface/App.xaml.cs Thu Nov 19 17:07:45 2009 +0100 +++ b/client/test/mainInterface/Iri.Modernisation.Test.MainInterface/App.xaml.cs Fri Nov 20 13:58:39 2009 +0100 @@ -17,6 +17,7 @@ public App() { + this.Startup += this.Application_Startup; this.Exit += this.Application_Exit; this.UnhandledException += this.Application_UnhandledException;