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