diff -r b5ee436add3d -r a48c44bc825b client/test/mainInterface/Iri.Modernisation.Test.MainInterface/MainPage.xaml.cs --- a/client/test/mainInterface/Iri.Modernisation.Test.MainInterface/MainPage.xaml.cs Wed Nov 25 09:39:26 2009 +0100 +++ b/client/test/mainInterface/Iri.Modernisation.Test.MainInterface/MainPage.xaml.cs Wed Nov 25 12:06:26 2009 +0100 @@ -21,6 +21,7 @@ { public MainPage() { + Commands.Initialize(); InitializeComponent(); List SelectedVideoBooks = new List(); /*************** Content Demo ***************/ @@ -47,7 +48,7 @@ /********************************************/ /*************** Initialisation des commandes ***************/ - Commands.Initialize(); + // Commands.FlipView.Executed += new EventHandler(FlipView_Executed); /********************************************/ MainElement.DataContext = new MainVM(SelectedVideoBooks);