src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs
changeset 152 46577fd0a294
parent 150 569925b65604
child 160 e940ca798fe3
--- 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