changeset 121 | 32611257e99f |
parent 119 | 7a370bfb4d77 |
child 131 | 9331c3dea175 |
child 143 | 9f157d9c725b |
120:8b83e6c8718e | 121:32611257e99f |
---|---|
21 |
21 |
22 public UserControlUserPanel(string path) |
22 public UserControlUserPanel(string path) |
23 { |
23 { |
24 this.InitializeComponent(); |
24 this.InitializeComponent(); |
25 |
25 |
26 this.UserControlSyncSource = new FingersDance.Control.SyncSource.UserControlSyncSource(path); |
26 this.UserControlSyncSource.Load(path); |
27 // Insert code required on object creation below this point. |
27 // Insert code required on object creation below this point. |
28 } |
28 } |
29 } |
29 } |
30 } |
30 } |