mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-27 04:30:12 +08:00
10 lines
256 B
C#
10 lines
256 B
C#
namespace Netch;
|
|
|
|
public static class Flags
|
|
{
|
|
public static readonly bool IsWindows10Upper = Environment.OSVersion.Version.Major >= 10;
|
|
|
|
public static bool AlwaysShowNewVersionFound { get; set; }
|
|
|
|
public static bool NoSupport { get; set; }
|
|
} |