src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs
changeset 119 7a370bfb4d77
parent 35 ed77793b767a
child 121 32611257e99f
--- 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