client/test/mainInterface/Iri.Modernisation.Test.MainInterface/MainPage.xaml.cs
changeset 10 12515e11b357
parent 7 de7ba61f66c7
child 12 513caf1637bf
equal deleted inserted replaced
9:185e3ab53a56 10:12515e11b357
    41             temp = new LDTFileReader("Content/ENMI08-II-antoine_masson-jauffret.ldt").VideoBook;
    41             temp = new LDTFileReader("Content/ENMI08-II-antoine_masson-jauffret.ldt").VideoBook;
    42            
    42            
    43             temp.MediaPath = Application.Current.Host.Source.Host+@"/video.mp4";
    43             temp.MediaPath = Application.Current.Host.Source.Host+@"/video.mp4";
    44             SelectedVideoBooks.Add(temp);
    44             SelectedVideoBooks.Add(temp);
    45             SelectedVideoBooks.Add(new LDTFileReader("Content/ENMI08-III_elizabethrosse-psychologie_et_reseaux_sociaux-jauffret.ldt").VideoBook);
    45             SelectedVideoBooks.Add(new LDTFileReader("Content/ENMI08-III_elizabethrosse-psychologie_et_reseaux_sociaux-jauffret.ldt").VideoBook);
    46             SelectedVideoBooks.Add(new LDTFileReader("Content/ENMI08-IV-dominiquepasquier-jauffret.ldt").VideoBook);
    46            // SelectedVideoBooks.Add(new LDTFileReader("Content/ENMI08-IV-dominiquepasquier-jauffret.ldt").VideoBook);
    47             /********************************************/
    47             /********************************************/
    48 
    48 
    49             /*************** Initialisation des commandes ***************/
    49             /*************** Initialisation des commandes ***************/
    50             Commands.Initialize();
    50             Commands.Initialize();
    51             Commands.FlipView.Executed += new EventHandler<SLExtensions.Input.ExecutedEventArgs>(FlipView_Executed);
    51             Commands.FlipView.Executed += new EventHandler<SLExtensions.Input.ExecutedEventArgs>(FlipView_Executed);