Fix #13: Don't hide initialize errors

This commit is contained in:
Gary Sharp
2013-10-17 15:31:50 +11:00
parent faee1e724e
commit 5f9a49bca3
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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