Auto-DHCP on start if we are a teacher and have the check-mark set to do so.
This commit is contained in:
parent
0272ad0363
commit
f763016f90
@ -1632,6 +1632,9 @@ namespace EduNetworkBuilder
|
||||
UpdateMenu();
|
||||
UpdateLinks();
|
||||
UpdateForm();
|
||||
NBSettings ns = NB.GetSettings();
|
||||
if (ns != null && ns.AutoDHCPAllMachinesAtNetworkLoad)
|
||||
myNetwork.DoAllDHCP();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user