コード例 #1
0
        public static bool ValidateLicense(string actCode, string mCode, out int p)
        {
            RegHelper V_0 = GetHelperByActCode(actCode);

            return(V_0.ValidateLicense(actCode, mCode, out p));
        }
コード例 #2
0
        public static bool ValidateLicense(string actCode, bool onRegister)
        {
            RegHelper V_0 = GetHelperByActCode(actCode);

            return(V_0.ValidateLicense(actCode, onRegister));
        }