From dce6c3481a37216292724013ff9d2b75ceb82f86 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期三, 10 六月 2020 15:47:28 +0800
Subject: [PATCH] 添加小度的代码

---
 ZigbeeApp/Shared/Phone/UserCenter/Safety/PasswordMenuForm.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Safety/PasswordMenuForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Safety/PasswordMenuForm.cs
index a0950d7..cbe0f24 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Safety/PasswordMenuForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Safety/PasswordMenuForm.cs
@@ -50,14 +50,14 @@
             var btnUserPswText = rowUserPsw.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uSafetyPassword), 700, 60);
             btnUserPswText.TextSize = 15;
             btnUserPswText.Y = Application.GetRealHeight(12) + rowUserPsw.chidrenYaxis;
-            rowUserPsw.AddChidren(btnUserPswText, ChidrenBindMode.BindEventOnly);
+            rowUserPsw.AddChidren(btnUserPswText, ChidrenBindMode.BindEvent);
             //鐢ㄤ簬鍦ㄥ甯冮槻銆佺瀹跺竷闃层�佹挙闃叉搷浣�
             var btnTip1 = rowUserPsw.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uUserInGarrisonAndWithdrawGarrison), 700, 50, true);
             //杩欎釜鍧愭爣鏈夌偣鐗规畩
             btnTip1.Y = Application.GetRealHeight(72) + rowUserPsw.chidrenYaxis;
             btnTip1.TextSize = 12;
             btnTip1.TextColor = UserCenterColor.Current.TextGrayColor1;
-            rowUserPsw.AddChidren(btnTip1, ChidrenBindMode.BindEventOnly);
+            rowUserPsw.AddChidren(btnTip1, ChidrenBindMode.BindEvent);
             //鍚戝彸鐨勫浘鏍�
             rowUserPsw.AddRightArrow();
             //搴曠嚎
@@ -84,14 +84,14 @@
             var btnCoercePswText = rowCoercePsw.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uCoercePassword), 700, 60);
             btnCoercePswText.TextSize = 15;
             btnCoercePswText.Y = Application.GetRealHeight(12) + rowCoercePsw.chidrenYaxis;
-            rowCoercePsw.AddChidren(btnCoercePswText, ChidrenBindMode.BindEventOnly);
+            rowCoercePsw.AddChidren(btnCoercePswText, ChidrenBindMode.BindEvent);
             //杈撳叆璇ュ瘑鐮侊紝绔嬪嵆閫氱煡浠栦汉
             var btnTip2 = rowCoercePsw.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uEnterPasswordToNotifyOthersImmediately), 700, 50, true);
             //杩欎釜鍧愭爣鏈夌偣鐗规畩
             btnTip2.Y = Application.GetRealHeight(72) + rowCoercePsw.chidrenYaxis;
             btnTip2.TextSize = 12;
             btnTip2.TextColor = UserCenterColor.Current.TextGrayColor1;
-            rowCoercePsw.AddChidren(btnTip2, ChidrenBindMode.BindEventOnly);
+            rowCoercePsw.AddChidren(btnTip2, ChidrenBindMode.BindEvent);
             //鍚戝彸鐨勫浘鏍�
             rowCoercePsw.AddRightArrow();
             rowCoercePsw.ButtonClickEvent += async (sender, e) =>

--
Gitblit v1.8.0