Commented out Unimplemented methods

Will probably add these methods at a later date once they have been updated to work with this version
This commit is contained in:
MrDevBot 2019-05-21 19:35:37 +10:00 committed by GitHub
parent 0e5870a795
commit 34c8a05752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,16 +35,16 @@ namespace Client.Helper
return true; return true;
// Method Two - has common card of virtual machine // Method Two - has common card of virtual machine
if (HasVMCard()) //if (HasVMCard())
return true; //return true;
// Method Three - checks for vm drivers // Method Three - checks for vm drivers
if (HasVBOXDriver()) if (HasVBOXDriver())
return true; return true;
// Method Four - if machine has been on for less than 5 mins // Method Four - if machine has been on for less than 5 mins
if (GetUptime() < TimeSpan.FromMinutes(5)) //if (GetUptime() < TimeSpan.FromMinutes(5))
return true; //return true;
// Method Five - has VM mac address // Method Five - has VM mac address
if (HasVMMac()) if (HasVMMac())