diff -r 5f011a5ce421 -r 46577fd0a294 src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs --- 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