diff -r df197df887d3 -r 569925b65604 src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs --- a/src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs Wed Oct 14 14:06:04 2009 +0200 +++ b/src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs Wed Oct 14 17:08:43 2009 +0200 @@ -29,11 +29,12 @@ // Insert code required on object creation below this point. } - public UserControlUserPanel(Project p, string path) + public UserControlUserPanel(int idPar, UInt32 intColor, Project p, string path) { this.InitializeComponent(); + id = idPar; _Project = p; - this.UserControlSyncSource.Load(path); + this.UserControlSyncSource.Load(path, intColor); } } } \ No newline at end of file