CrabtreeOn,印度客户定制APP,迁移2.0平台版本
1
wxr
2023-03-31 d53e6af2c5f17838fa79659614b15a2a1f383399
Crabtree/SmartHome/HDL/Operation/UserConfig.cs
@@ -173,6 +173,7 @@
                //清空之前网关的信息,重新获取
                HomeGateway = null;
                GetHomeGatewayList ();
                //EquipmentPublicClass.upLoadLink = true;
            }
            get {
                if (currentRegion == null) {
@@ -325,7 +326,15 @@
        /// <summary>
        /// 是否加密
        /// </summary>
        public bool IsLocalEncrypt = false;
        bool isLocalEncrypt = false;
        public bool IsLocalEncrypt {
            get {
                return isLocalEncrypt;
            }
            set {
                isLocalEncrypt = value;
            }
        }
        //public bool IsLocalEncrypt {
        //    set {  }
        //    get { return false; }