Mercurial > silverbladetech
comparison SilverlightGlimpse/SilverlightGlimpse.Test/App.xaml.cs @ 67:b0e369f1e948
Updated name for window title
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sun, 22 Apr 2012 16:01:14 +0100 |
parents | 536498832a79 |
children | a0bcd783e612 |
comparison
equal
deleted
inserted
replaced
66:b41cd0075c35 | 67:b0e369f1e948 |
---|---|
20 private void Application_Startup(object sender, StartupEventArgs e) | 20 private void Application_Startup(object sender, StartupEventArgs e) |
21 { | 21 { |
22 try | 22 try |
23 { | 23 { |
24 RootVisual = new MainPage(); | 24 RootVisual = new MainPage(); |
25 GlimpseService.CreateInstance.Load(this, Assembly.GetCallingAssembly().FullName); | 25 GlimpseService.CreateInstance.Load(this, "Silverlight Glimpse"); |
26 } | 26 } |
27 catch (Exception ex) | 27 catch (Exception ex) |
28 { | 28 { |
29 GlimpseService.CreateInstance.DisplayLoadFailure(this, ex); | 29 GlimpseService.CreateInstance.DisplayLoadFailure(this, ex); |
30 } | 30 } |