equal
deleted
inserted
replaced
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 } |