client/test/mainInterface/Iri.Modernisation.Test.MainInterface/MainPage.xaml.cs
changeset 18 66911d0f0eb6
parent 14 a48c44bc825b
child 27 f292db96b050
equal deleted inserted replaced
17:0e4e63f6f567 18:66911d0f0eb6
    46             SelectedVideoBooks.Add(new LDTFileReader("Content/ENMI08-III_elizabethrosse-psychologie_et_reseaux_sociaux-jauffret.ldt").VideoBook);
    46             SelectedVideoBooks.Add(new LDTFileReader("Content/ENMI08-III_elizabethrosse-psychologie_et_reseaux_sociaux-jauffret.ldt").VideoBook);
    47            // SelectedVideoBooks.Add(new LDTFileReader("Content/ENMI08-IV-dominiquepasquier-jauffret.ldt").VideoBook);
    47            // SelectedVideoBooks.Add(new LDTFileReader("Content/ENMI08-IV-dominiquepasquier-jauffret.ldt").VideoBook);
    48             /********************************************/
    48             /********************************************/
    49 
    49 
    50             /*************** Initialisation des commandes ***************/
    50             /*************** Initialisation des commandes ***************/
    51          
    51             
    52            // Commands.FlipView.Executed += new EventHandler<SLExtensions.Input.ExecutedEventArgs>(FlipView_Executed);
    52             // Commands.FlipView.Executed += new EventHandler<SLExtensions.Input.ExecutedEventArgs>(FlipView_Executed);
    53             /********************************************/
    53             /********************************************/
    54             MainElement.DataContext = new MainVM(SelectedVideoBooks);
    54             MainElement.DataContext = new MainVM(SelectedVideoBooks);
    55             /*************** Initialisation des Component **************
    55             /*************** Initialisation des Component **************
    56             InitializeComponent();
    56             InitializeComponent();
    57             ConsultationViewElement.DataContext = new ConsultationViewVM();
    57             ConsultationViewElement.DataContext = new ConsultationViewVM();