Example #1
0
        public void CheckSystemValid()
        {
            SystemInfo info = new SystemInfo();

            if (!info.CheckIsValidSN())
            {
                Response.Write("验证已失效,请联系融为已获得序列号!");
                Response.End();
            }
        }