src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs
changeset 119 7a370bfb4d77
parent 35 ed77793b767a
child 121 32611257e99f
equal deleted inserted replaced
117:c1222ecbf1b1 119:7a370bfb4d77
    16 		{
    16 		{
    17 			this.InitializeComponent();
    17 			this.InitializeComponent();
    18 
    18 
    19 			// Insert code required on object creation below this point.
    19 			// Insert code required on object creation below this point.
    20 		}
    20 		}
       
    21 
       
    22         public UserControlUserPanel(string path)
       
    23         {
       
    24             this.InitializeComponent();
       
    25 
       
    26             this.UserControlSyncSource = new FingersDance.Control.SyncSource.UserControlSyncSource(path);
       
    27             // Insert code required on object creation below this point.
       
    28         }
    21 	}
    29 	}
    22 }
    30 }