From 528c105b3aea0e6e00477365f16f57c1e3d7eb1c Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期四, 24 十月 2019 15:31:28 +0800
Subject: [PATCH] 2019-10-24-3

---
 ZigbeeApp/Shared/Phone/UserCenter/Safety/UserPasswordListForm.cs |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Safety/UserPasswordListForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Safety/UserPasswordListForm.cs
index 28036a3..0e85b28 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Safety/UserPasswordListForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Safety/UserPasswordListForm.cs
@@ -15,22 +15,22 @@
 
         #region 鈻� 鍒濆鍖朹____________________________
 
-        /// <summary>
-        /// 鐢婚潰鏄剧ず(搴曞眰浼氬浐瀹氳皟鐢ㄦ鏂规硶锛屽�熶互瀹屾垚鐢婚潰鍒涘缓)
-        /// </summary>
-        public void ShowForm()
-        {
-            //璁剧疆澶撮儴淇℃伅
-            base.SetTitleText(Language.StringByID(R.MyInternationalizationString.uUserPasswordSettion));
-
-            //鍒濆鍖栦腑閮ㄤ俊鎭�
-            this.InitMiddleFrame();
-        }
-
-        /// <summary>
-        /// 鍒濆鍖栦腑閮ㄤ俊鎭�
-        /// </summary>
-        public async void InitMiddleFrame()
+        /// <summary>
+        /// 鐢婚潰鏄剧ず(搴曞眰浼氬浐瀹氳皟鐢ㄦ鏂规硶锛屽�熶互瀹屾垚鐢婚潰鍒涘缓)
+        /// </summary>
+        public void ShowForm()
+        {
+            //璁剧疆澶撮儴淇℃伅
+            base.SetTitleText(Language.StringByID(R.MyInternationalizationString.uUserPasswordSettion));
+
+            //鍒濆鍖栦腑閮ㄤ俊鎭�
+            this.InitMiddleFrame();
+        }
+
+        /// <summary>
+        /// 鍒濆鍖栦腑閮ㄤ俊鎭�
+        /// </summary>
+        public async void InitMiddleFrame()
         {
             var listData = await HdlSafeguardLogic.Current.GetAllUserPassword();
             List<int> listEsixt = new List<int>();
@@ -86,7 +86,7 @@
             var btnUserPswText = rowUserPsw.AddLeftCaption(text, 700);
             btnUserPswText.TextSize = 15;
             //鍚戝彸鐨勫浘鏍�
-            rowUserPsw.AddRightIconControl();
+            rowUserPsw.AddRightArrow();
             if (pswNo != 4)
             {
                 //搴曠嚎

--
Gitblit v1.8.0