From 179c377723a79384efed619e0a5880390998035e Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 03 九月 2024 19:45:26 +0800 Subject: [PATCH] 金茂备份 --- HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAddPage.cs | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAddPage.cs b/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAddPage.cs index abce243..f602898 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAddPage.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAddPage.cs @@ -279,11 +279,6 @@ scene.delay = obj; btnSceneDelayInfo.Text = scene.GetDelayText(); }; - Dictionary<string, string> items = new Dictionary<string, string>(); - items.Add("30", "30s"); - items.Add("60", "1min"); - items.Add("120", "2min"); - items.Add("300", "5min"); new PublicAssmebly().SetSceneDelayDialog( action ,scene.delay); -- Gitblit v1.8.0