From ed3bfb7462d44747230437717e8673a5192f833f Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期一, 30 十一月 2020 20:34:51 +0800
Subject: [PATCH] 2020-11-30-2

---
 HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs b/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
index f217d02..48f10ad 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
@@ -4,7 +4,7 @@
 using HDL_ON.UI.CSS;
 using Shared;
 
-namespace HDL_ON.UI 
+namespace HDL_ON.UI
 {
     public partial class IntelligencePage : FrameLayout
     {
@@ -177,7 +177,8 @@
 
             #endregion
 
-            sceneFunctionView = new VerticalScrolViewLayout() {
+            sceneFunctionView = new VerticalScrolViewLayout()
+            {
                 Y = floorChangeView.Bottom,
                 Height = Application.GetRealHeight(667 - 64 - 49 - 52 + 30),
             };
@@ -335,7 +336,7 @@
                     function.collection = btnCollection.IsSelected = !btnCollection.IsSelected;
                     function.SaveFunctionData();
                 };
-                LoadEvent_ControlScene(btnCoverd,btnName,btnZone, function);
+                LoadEvent_ControlScene(btnCoverd, btnName, btnZone, function);
                 btnSettingIcon.MouseUpEventHandler = (sender, e) => {
                     Action backAction = () => {
                         LoadSceneFunctionControlZone();
@@ -357,12 +358,12 @@
             }
         }
         #endregion
-        
+
         #region 鑷姩鍖栭儴鍒�
         /// <summary>
         /// 鍔犺浇鑷姩鍖栧垪琛ㄧ晫闈�
         /// </summary>
-         void LoadAutomationPageView()
+        void LoadAutomationPageView()
         {
             //btnAddIcon.RemoveFromParent();
             automationPage = new FrameLayout();
@@ -483,7 +484,7 @@
             btnName.MouseUpEventHandler = eventHandler;
             btnZone.MouseUpEventHandler = eventHandler;
         }
-      
+
     }
 
 }

--
Gitblit v1.8.0