Mercurial > silverbladetech
diff SilverlightGlimpse/SilverlightValidation/App.xaml.cs @ 78:dd6bcd2535b6
Working version
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Mon, 23 Apr 2012 22:43:53 +0100 |
parents | 96e6fbd70f49 |
children | 5cb6117d80b1 |
line wrap: on
line diff
--- a/SilverlightGlimpse/SilverlightValidation/App.xaml.cs Mon Apr 23 22:06:05 2012 +0100 +++ b/SilverlightGlimpse/SilverlightValidation/App.xaml.cs Mon Apr 23 22:43:53 2012 +0100 @@ -20,8 +20,8 @@ const string appName = "Silverlight Glimpse"; try { - this.RootVisual = new Views.UserListView(); - Glimpse.Service.Load(this, appName, new TimeSpan(0,0,0,10)); + this.RootVisual = new Views.UserView(); + Glimpse.Service.Load(this, appName); } catch (Exception ex) {