src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs
changeset 152 46577fd0a294
parent 150 569925b65604
child 160 e940ca798fe3
--- a/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs	Wed Oct 14 17:42:22 2009 +0200
+++ b/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs	Thu Oct 15 02:29:22 2009 +0200
@@ -79,5 +79,10 @@
         {
             get { return this.UCTimeLine; }
         }
+
+        public void PlayerPause()
+        {
+            UserControlPlayer.playerPause();
+        }
     }
 }
\ No newline at end of file