| | |
| | | using System; |
| | | using Shared; |
| | | |
| | | namespace HDL_ON |
| | | { |
| | | #region ■ 全局常量 ____________________________ |
| | |
| | | /// <summary> |
| | | /// 用户协议 |
| | | /// </summary> |
| | | public const string URL_USERAGREEMENT = "https://developer.hdlcontrol.com/HDLOnPlusUserAgreement.html"; |
| | | 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"; |
| | | } |
| | | } |
| | | } |
| | | /// <summary> |
| | | /// 隐私政策 |
| | | /// </summary> |
| | | public const string URL_PRIVACYPOLICY = "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html"; |
| | | public static string URL_PRIVACYPOLICY |
| | | { |
| | | get |
| | | { |
| | | if (Language.CurrentLanguage == "Chinese") |
| | | { |
| | | return "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html"; |
| | | } |
| | | else |
| | | { |
| | | return "https://developer.hdlcontrol.com/OnProUserAgreement-En.html"; |
| | | } |
| | | } |
| | | } |
| | | /// <summary> |
| | | /// 技术支持电话号码 |
| | | /// </summary> |