src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs
changeset 119 7a370bfb4d77
parent 75 99d003723474
child 121 32611257e99f
--- a/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs	Thu Sep 24 18:13:36 2009 +0200
+++ b/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs	Thu Sep 24 18:30:56 2009 +0200
@@ -20,6 +20,12 @@
 			// Insert code required on object creation below this point.
 		}
 
+        public UserControlSyncSource(string path)
+        {
+            this.InitializeComponent();
+
+            this.UserControlPlayer.initPlayer(path);
+        }
 
         #region player
         private void UserControlPlayer_PlayerOpened(object sender, EventArgs e)