From 5b0a842cbdc5dc54e45e5d350d3516d0cdd59199 Mon Sep 17 00:00:00 2001 From: lss <lsc@hdlchina.com.cn> Date: 星期一, 25 四月 2022 14:50:07 +0800 Subject: [PATCH] 2022-4-25 --- ZigbeeApp/Shared/Phone/Device/Logic/Cycle.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/Cycle.cs b/ZigbeeApp/Shared/Phone/Device/Logic/Cycle.cs old mode 100755 new mode 100644 index 0be91d1..8901f88 --- a/ZigbeeApp/Shared/Phone/Device/Logic/Cycle.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/Cycle.cs @@ -16,7 +16,7 @@ this.action = action; } - public void Show() + public void Show(string if_logic,bool _bool) { Tag = "Logic"; @@ -123,7 +123,7 @@ var weekPage = new WeekPage(); UserView.HomePage.Instance.AddChidren(weekPage); UserView.HomePage.Instance.PageIndex += 1; - weekPage.Show(weekView.funnameBtn.Text); + weekPage.Show(weekView.funnameBtn.Text, if_logic,_bool); }; monView.clickviewBtn.MouseUpEventHandler += (sender, e) => @@ -133,7 +133,7 @@ var everymonthPage = new EverymonthPage(); UserView.HomePage.Instance.AddChidren(everymonthPage); UserView.HomePage.Instance.PageIndex += 1; - everymonthPage.Show(monView.funnameBtn.Text); + everymonthPage.Show(monView.funnameBtn.Text, if_logic,_bool); }; if (Common.Logic.CurrentLogic.TimeAttribute.Repeat == 0) -- Gitblit v1.8.0