From 99253403b560f761d5f9af8b4f5140496996433a Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 20 十一月 2020 16:49:50 +0800 Subject: [PATCH] 新云端的代码Ver1.0 --- ZigbeeApp/Shared/Phone/Login/Controls/PhoneEmailSelectControl.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Login/Controls/PhoneEmailSelectControl.cs b/ZigbeeApp/Shared/Phone/Login/Controls/PhoneEmailSelectControl.cs index bd373ba..f7f37e9 100755 --- a/ZigbeeApp/Shared/Phone/Login/Controls/PhoneEmailSelectControl.cs +++ b/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; -- Gitblit v1.8.0