From 34b65350abbb8b740b9c3bc0b43254cbbe23fcb5 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期二, 19 五月 2020 09:31:44 +0800 Subject: [PATCH] 合并代码,更改面板目标信息 --- ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceMacInfoEditorForm.cs | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceMacInfoEditorForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceMacInfoEditorForm.cs old mode 100755 new mode 100644 index fda6ee2..c53372f --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceMacInfoEditorForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceMacInfoEditorForm.cs @@ -268,16 +268,16 @@ if (this.CheckCanShowFunctionSettionRow() == true) { //娣诲姞銆愬姛鑳借缃�戣 - if (deviceEnumInfo.ConcreteType == DeviceConcreteType.Sensor_PMTwoPointFive) - { - //PM浼犳劅鍣� - this.AddFunctionSettionRowPM(); - } - else - { - this.AddFunctionSettionRow(); - } - + if (deviceEnumInfo.ConcreteType == DeviceConcreteType.Sensor_PMTwoPointFive) + { + //PM浼犳劅鍣� + this.AddFunctionSettionRowPM(); + } + else + { + this.AddFunctionSettionRow(); + } + } //娣诲姞銆愬共鎺ョ偣璁剧疆銆戣 @@ -756,8 +756,8 @@ /// 娣诲姞浼犳劅鍣ㄣ�愬姛鑳借缃�戣 /// </summary> private void AddFunctionSettionRowPM() - { - //鍔熻兘璁剧疆 + { + //鍔熻兘璁剧疆 string caption = Language.StringByID(R.MyInternationalizationString.uFunctionSettingUp); var btnFunction = new FrameRowControl(listview.rowSpace / 2); listview.AddChidren(btnFunction); @@ -767,8 +767,8 @@ //搴曠嚎 btnFunction.AddBottomLine(); btnFunction.ButtonClickEvent += (sender, e) => - { - var form = new DeviceFunctionSettionForm(); + { + var form = new DeviceFunctionSettionForm(); form.AddForm(listNewDevice[0], false); }; } -- Gitblit v1.8.0