equal
deleted
inserted
replaced
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(); |