From edf7c324bea0556a3df9096dd41d668a9d41bf51 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期三, 13 五月 2020 15:58:29 +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