client/test/mainInterface/Iri.Modernisation.Test.MainInterface/MainPage.xaml.cs
changeset 14 a48c44bc825b
parent 12 513caf1637bf
child 18 66911d0f0eb6
--- 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<VideoBook> SelectedVideoBooks = new List<VideoBook>();
             /*************** Content Demo ***************/
@@ -47,7 +48,7 @@
             /********************************************/
 
             /*************** Initialisation des commandes ***************/
-            Commands.Initialize();
+         
            // Commands.FlipView.Executed += new EventHandler<SLExtensions.Input.ExecutedEventArgs>(FlipView_Executed);
             /********************************************/
             MainElement.DataContext = new MainVM(SelectedVideoBooks);