From d87400af518ebc9274f4447f06476959c3aa5102 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期二, 14 七月 2020 16:29:42 +0800 Subject: [PATCH] Merge branch 'dev-tzy' into dev-2020xm --- ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindCommonLayout.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindCommonLayout.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindCommonLayout.cs old mode 100755 new mode 100644 index 5cdd8b4..e96f1f3 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindCommonLayout.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindCommonLayout.cs @@ -124,10 +124,10 @@ this.midFrameLayout.AddChidren(bottomFrameLayout1); } - /// <summary> - /// 鏄剧ず閲嶆柊鍔犺浇鐨勭晫闈�(涓昏鏄敤鍦ㄧ晫闈㈠姞杞介敊璇椂锛屽啀娆″姞杞�) + /// <summary> + /// 鏄剧ず閲嶆柊鍔犺浇鐨勭晫闈�(涓昏鏄敤鍦ㄧ晫闈㈠姞杞介敊璇椂锛屽啀娆″姞杞�) /// </summary> - public void ShowReLoadView() + public void ShowReLoadView() { var frame = new FrameLayout(); frame.BackgroundColor = UserCenterColor.Current.White; @@ -143,12 +143,12 @@ { ReLoadAction?.Invoke(); ReLoadAction = null; - }; + }; } /// <summary> /// 娣诲姞妤煎眰UI - /// </summary> + /// </summary> public void BindDownFrameLayout(FrameLayout frameLayout, Panel curControlDev, Dictionary<string, string> dicFloorList, ref Button btnFloorText) { var btnAddFrameLayout = new FrameLayout @@ -342,4 +342,4 @@ } } } -} \ No newline at end of file +} -- Gitblit v1.8.0