| changeset 6 | cde7fe7f284e |
| parent 0 | 249d70e7b32d |
--- 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;