equal
deleted
inserted
replaced
184 } |
184 } |
185 |
185 |
186 private void UserControlSyncSource_OnSuccessAnnotation(object sender, EventArgs e) |
186 private void UserControlSyncSource_OnSuccessAnnotation(object sender, EventArgs e) |
187 { |
187 { |
188 OnSuccessAnnotation(this, new EventArgs()); |
188 OnSuccessAnnotation(this, new EventArgs()); |
189 } |
|
190 |
|
191 public void UserControlSyncSource_DisplayAnnotation(int id, Brush b) |
|
192 { |
|
193 UserControlSyncSource.UserControlPlayer_DisplayAnnotation(id, b); |
|
194 } |
189 } |
195 } |
190 } |
196 } |
191 } |