diff -r c1222ecbf1b1 -r 7a370bfb4d77 src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs --- a/src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs Thu Sep 24 18:13:36 2009 +0200 +++ b/src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs Thu Sep 24 18:30:56 2009 +0200 @@ -18,5 +18,13 @@ // Insert code required on object creation below this point. } + + public UserControlUserPanel(string path) + { + this.InitializeComponent(); + + this.UserControlSyncSource = new FingersDance.Control.SyncSource.UserControlSyncSource(path); + // Insert code required on object creation below this point. + } } } \ No newline at end of file