Fix #13: Don't hide initialize errors
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Disco.Client.Interop
|
||||
private static NetworkAdapterInfo PrimaryLanNetworkAdapter { get; set; }
|
||||
private static NetworkAdapterInfo PrimaryWlanNetworkAdapter { get; set; }
|
||||
|
||||
static Network()
|
||||
public static void Initialize()
|
||||
{
|
||||
// Get All Adapters
|
||||
RetrieveLanAdapters();
|
||||
|
||||
@@ -18,7 +18,7 @@ namespace Disco.Client.Interop
|
||||
public static string DeviceUUID { get; private set; }
|
||||
public static bool DeviceIsPartOfDomain { get; private set; }
|
||||
|
||||
static SystemAudit()
|
||||
public static void Initialize()
|
||||
{
|
||||
// Get BIOS Information
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user