Skip to content

Instantly share code, notes, and snippets.

@rqx110
rqx110 / LicenseInfo.cs
Created March 9, 2018 08:52
软件注册序列号设计
public class LicenseInfo
{
public LicenseInfo()
{
KeySn = "";
Date = DateTime.MinValue;
RegLimitDays = 0;
UseLimitDays = 0;
Offset = 0;
}