--- 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>());
}