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