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