client/src/Iri.Modernisation/MainPage.xaml.cs
changeset 36 b6df6fce6e5d
parent 27 f292db96b050
--- a/client/src/Iri.Modernisation/MainPage.xaml.cs	Mon Jan 25 09:30:22 2010 +0100
+++ b/client/src/Iri.Modernisation/MainPage.xaml.cs	Wed Jan 27 10:37:39 2010 +0100
@@ -30,7 +30,7 @@
             FactoryVideoLivre.Load("ProjectConfig.xml");
             InitializeComponent();
 
-            MainElement.DataContext = new MainVM(new List<VideoBook>());
+            MainElement.DataContext = new MainVM();
         }
 
         void xmlClient_DownloadStringCompleted(object sender, DownloadStringCompletedEventArgs e)