Update list of students after we do a student import

This commit is contained in:
Tim Young 2017-08-03 11:46:04 -05:00
parent 288c47e885
commit e8c8369176
1 changed files with 1 additions and 0 deletions

View File

@ -714,6 +714,7 @@ namespace EduNetworkBuilder
dup_students++;
}
}
UpdateFormFromUser();
MessageBox.Show(string.Format(NB.Translate("PPF_ImportSummary"),"\n\t" + new_students,"\n\t" + dup_students));
}