Exemplo n.º 1
0
 private void FrmStudentListing_UpdateEventHandlerReferral(object sender, FrmStudentListing.UpdateEventArgs args)
 {
     // throw new NotImplementedException();
     UpdateReferralGrid();
 }
Exemplo n.º 2
0
 private void FrmStudentListing_UpdateEventHandler(object sender, FrmStudentListing.UpdateEventArgs args)
 {
     UpdateSiblingGrid();
 }