Hide exporting of password file from students.

This commit is contained in:
Tim Young 2017-08-15 17:24:57 -05:00
parent 63826f9c3e
commit 04782b2456
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@ namespace EduNetworkBuilder
if (CurrentUser == null) return;
btnGenerateStudentFiles.Visible = false;
btnImportStudents.Visible = false;
btnExportStudentPasswords.Visible = false;
dtpHWDue.Enabled = false;
TreeNode Top = CurrentUser.WorkTree();
if (Top != null)