| | |
| | | /// </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> |
| | |
| | | { |
| | | 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> |