黄学彪
2020-12-17 9f326f4000847e6167d8166fa2f6a66f53cb3734
ZigbeeApp/Shared/Phone/Login/Controls/PhoneEmailSelectControl.cs
@@ -17,6 +17,20 @@
        /// </summary>
        public Action<int> SelectMenuEvent = null;
        /// <summary>
        /// 手机分支是否能用
        /// </summary>
        public bool PhoneEnable
        {
            set { if (btnPhone != null) { btnPhone.CanClick = false; } }
        }
        /// <summary>
        /// 邮箱分支是否能用
        /// </summary>
        public bool EmailEnable
        {
            set { if (btnEmail != null) { btnEmail.CanClick = false; } }
        }
        /// <summary>
        /// 手机号控件
        /// </summary>
        private NormalViewControl btnPhone = null;