diff -r 253f142174ac -r 69a2910ec6f9 client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs --- a/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Mon Dec 14 09:56:55 2009 +0100 +++ b/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Mon Dec 14 11:25:01 2009 +0100 @@ -7,11 +7,7 @@ /// public static class Commands { - /// - /// Horloge Interne, Principalement pour syncroniser la position d'une video avec sa barre de défilement - /// - public static System.Windows.Threading.DispatcherTimer VideoPositionTimer = new System.Windows.Threading.DispatcherTimer(); - + /// /// Commandes relatives au ConsultMenu /// @@ -463,7 +459,7 @@ TimeChange = new Command("TimeChange"); FlipView = new Command("FlipView"); GoToTime = new Command("GoToTime"); - VideoPositionTimer.Interval = new System.TimeSpan(0, 0,0,0,1000); + // VideoPositionTimer.Tick += new EventHandler(Each_Tick);