src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs
changeset 168 d70ee2002f75
parent 165 e78e40b9d761
child 186 83615722dbab
--- a/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs	Sun Oct 18 17:42:21 2009 +0200
+++ b/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs	Sun Oct 25 12:38:45 2009 +0100
@@ -52,8 +52,11 @@
 
         }
         public void UserControlPlayer_PlayerStopOrPause(object sender, EventArgs e)
-        { 
-            
+        {
+            try
+            {
+                userControlTimeLine.thumbRotation((bool)sender);
+            }catch(Exception ){}
         }
         #endregion
 
@@ -73,6 +76,7 @@
         {
             OnSuccessAnnotation(this, new EventArgs());
         }
+
         #endregion