From 25429f085093d89d543a0b90e30d0d62d1b7dac9 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期二, 30 八月 2022 09:37:38 +0800
Subject: [PATCH] 合并了IOS的代码

---
 ZigbeeApp/Shared/Phone/Device/Logic/MemberList.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/MemberList.cs b/ZigbeeApp/Shared/Phone/Device/Logic/MemberList.cs
index a7c0a11..4b08fd6 100755
--- a/ZigbeeApp/Shared/Phone/Device/Logic/MemberList.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/MemberList.cs
@@ -141,9 +141,9 @@
         /// </summary>
         /// <param name="user"></param>
         public void User(Send.MembershipIfon user)
-        {
-
-
+        {
+
+
             int count = user.UserIdMode.Count;
             #region  -------鍙栨秷   瀹屾垚
             var flMain = new FrameLayout { BackgroundColor = ZigbeeColor.Current.LogicTranslucentColor };
@@ -157,9 +157,9 @@
                 flMain.RemoveFromParent();
             };
             flMain.MouseUpEventHandler += clickcancel;
-            completeView.Btncancel.MouseUpEventHandler += clickcancel;
-            //鍏冪礌瓒呭嚭9涓氨鐢ㄤ笂涓嬫粦鍔ㄦ帶浠�;
-            VerticalScrolViewLayout vV = null;
+            completeView.Btncancel.MouseUpEventHandler += clickcancel;
+            //鍏冪礌瓒呭嚭9涓氨鐢ㄤ笂涓嬫粦鍔ㄦ帶浠�;
+            VerticalScrolViewLayout vV = null;
             if (count > 9)
             {
                 ///鍏冪礌瓒呭嚭9涓�;

--
Gitblit v1.8.0