From e073fe7864d815379e4b118b9bcb8a935395381f Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期三, 16 十二月 2020 09:07:23 +0800
Subject: [PATCH] 20201216-1

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

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListEditPage.cs b/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListChoosePage.cs
similarity index 98%
rename from HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListEditPage.cs
rename to HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListChoosePage.cs
index a3d14af..3b77f9e 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListEditPage.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListChoosePage.cs
@@ -6,7 +6,7 @@
 
 namespace HDL_ON.UI
 {
-    public partial class SceneFunctionListEditPage : FrameLayout
+    public partial class SceneFunctionListChoosePage : FrameLayout
     {
         FrameLayout bodyView;
 
@@ -45,7 +45,7 @@
 
         Scene scene;
         Action refreshAction;
-        public SceneFunctionListEditPage(Scene function,Action action)
+        public SceneFunctionListChoosePage(Scene function,Action action)
         {
             bodyView = this;
             scene = function;
@@ -451,7 +451,7 @@
     }
 
     //---------------------------------------
-    public partial class SceneFunctionListEditPage
+    public partial class SceneFunctionListChoosePage
     {
 
         void LoadEventList()

--
Gitblit v1.8.0