changeset 121 | 32611257e99f |
parent 119 | 7a370bfb4d77 |
child 131 | 9331c3dea175 |
child 143 | 9f157d9c725b |
--- 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. } }