Hide exporting of password file from students.
This commit is contained in:
parent
63826f9c3e
commit
04782b2456
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user