src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs
changeset 195 48b3139bb182
parent 191 8a25a85f2656
child 199 70e93b0bd778
equal deleted inserted replaced
194:d96cd2bce653 195:48b3139bb182
   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 }