Windows 8.1 and 10 support

This commit is contained in:
rotthh 2015-08-17 21:14:19 +02:00
parent ffe728ff10
commit 05e032338b
1 changed files with 0 additions and 5 deletions

View File

@ -21,11 +21,6 @@ namespace xServer.Core.Helper
RunningOnMono = Type.GetType("Mono.Runtime") != null;
}
/// <summary>
/// Gets the name of the operating system running on this computer (including the edition).
/// </summary>
public static string Name { get; private set; }
/// <summary>
/// Determines if the current application is 32 or 64-bit.
/// </summary>