client/src/Iri.Modernisation/MainPage.xaml.cs
changeset 24 c031f1132dde
parent 12 513caf1637bf
child 27 f292db96b050
--- a/client/src/Iri.Modernisation/MainPage.xaml.cs	Mon Dec 14 17:02:03 2009 +0100
+++ b/client/src/Iri.Modernisation/MainPage.xaml.cs	Wed Dec 16 17:14:38 2009 +0100
@@ -26,7 +26,7 @@
         {
             Commands.Initialize();
             InitializeComponent();
-    
+       
            MainElement.DataContext = new MainVM(new List<VideoBook>());
            
         }