diff -r 8b83e6c8718e -r 32611257e99f src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs --- a/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs Thu Sep 24 18:31:09 2009 +0200 +++ b/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs Fri Sep 25 02:56:57 2009 +0200 @@ -20,10 +20,8 @@ // Insert code required on object creation below this point. } - public UserControlSyncSource(string path) + public void Load(string path) { - this.InitializeComponent(); - this.UserControlPlayer.initPlayer(path); }