Added a missing namespace
This commit is contained in:
parent
aa65b8b2d1
commit
5bd6e0091d
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
|
||||
using SafeExamBrowser.Logging.Contracts;
|
||||
using SafeExamBrowser.SystemComponents.Contracts;
|
||||
using System.Globalization;
|
||||
using System.Linq;
|
||||
using System.Management;
|
||||
using System.Net.NetworkInformation;s;
|
||||
|
||||
namespace SafeExamBrowser.SystemComponents
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue