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