--- 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 @@
/// </summary>
public static class Commands
{
- /// <summary>
- /// Horloge Interne, Principalement pour syncroniser la position d'une video avec sa barre de défilement
- /// </summary>
- public static System.Windows.Threading.DispatcherTimer VideoPositionTimer = new System.Windows.Threading.DispatcherTimer();
-
+
/// <summary>
/// Commandes relatives au ConsultMenu
/// </summary>
@@ -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);