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;