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
+4
View File
@@ -59,6 +59,10 @@ namespace Disco.Client
{
Presentation.DelayUI = true; // Add Delays on Error
}
// Initialize Interop
Interop.SystemAudit.Initialize();
Interop.Network.Initialize();
}
public static bool WhoAmI()