client/test/mainInterface/Iri.Modernisation.Test.MainInterface/MainPage.xaml.cs
changeset 3 1f1614b65397
parent 0 249d70e7b32d
child 7 de7ba61f66c7
equal deleted inserted replaced
2:308d41fca89c 3:1f1614b65397
    56             NavigationBarVM navvm = new NavigationBarVM() { ConsultMenuViewModel = new ConsultMenuVM(SelectedVideoBooks) };
    56             NavigationBarVM navvm = new NavigationBarVM() { ConsultMenuViewModel = new ConsultMenuVM(SelectedVideoBooks) };
    57             NavigationBarElement.DataContext = navvm;
    57             NavigationBarElement.DataContext = navvm;
    58             HeaderControlElement.DataContext = new HeaderControlVM("L'utilisateur");
    58             HeaderControlElement.DataContext = new HeaderControlVM("L'utilisateur");
    59             ProductionViewElement.DataContext = new HeaderProductionVM();
    59             ProductionViewElement.DataContext = new HeaderProductionVM();
    60             /********************************************/
    60             /********************************************/
       
    61            
    61         }
    62         }
    62 
    63 
    63         void FlipView_Executed(object sender, SLExtensions.Input.ExecutedEventArgs e)
    64         void FlipView_Executed(object sender, SLExtensions.Input.ExecutedEventArgs e)
    64         {
    65         {
    65             Commands.VideoViewer.Pause.Execute();
    66             Commands.VideoViewer.Pause.Execute();