wxr
2023-09-11 ec5a167e0366a75642e45dbd30817c1c8ae57e79
OnPro/HDL_ON/Common/Constant.cs
@@ -14,13 +14,7 @@
      /// </summary>
      public static string URL_USERAGREEMENT {
            get {
                if (Language.CurrentLanguage == "Chinese") {
                    return "https://developer.hdlcontrol.com/HDLOnPlusUserAgreement.html";
                }
                else
                {
                    return "https://developer.hdlcontrol.com/OnProServiceAgreement-En.html";
                }
                    return "https://developer.hdlcontrol.com/RongAnUserAgreement.html";
            }
        }
      /// <summary>
@@ -30,14 +24,7 @@
        {
            get
            {
                if (Language.CurrentLanguage == "Chinese")
                {
                    return "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html";
                }
                else
                {
                    return "https://developer.hdlcontrol.com/OnProUserAgreement-En.html";
                }
                    return "https://developer.hdlcontrol.com/RongAnPrivacyPolicy.html";
            }
        }
        /// <summary>