--- 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)