diff -r 5f011a5ce421 -r 46577fd0a294 src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs --- a/src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs Wed Oct 14 17:42:22 2009 +0200 +++ b/src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs Thu Oct 15 02:29:22 2009 +0200 @@ -36,5 +36,10 @@ _Project = p; this.UserControlSyncSource.Load(path, intColor); } + + public void PlayerPause() + { + UserControlSyncSource.PlayerPause(); + } } } \ No newline at end of file