old mode 100755
new mode 100644
| | |
| | | var iconBtn = new Button |
| | | { |
| | | Width = Application.GetRealWidth(936), |
| | | Height = Application.GetRealHeight(436), |
| | | Height = Application.GetRealWidth(436), |
| | | X = Application.GetRealWidth(72), |
| | | Y = Application.GetRealHeight(30), |
| | | UnSelectedImagePath = $"ZigeeLogic/logicbj{s}.png", |
| | |
| | | var cycle = new Cycle(() => { Method.UpdateWeek(weekBtn, Common.Logic.CurrentLogic); }); |
| | | UserView.HomePage.Instance.AddChidren(cycle); |
| | | UserView.HomePage.Instance.PageIndex += 1; |
| | | cycle.Show(); |
| | | cycle.Show(LogicView.IfString._Logic,false); |
| | | |
| | | //var cyclicCycle = new CyclicCycle(() => { UpdateWeek(btnweektext); }); |
| | | //UserView.HomePage.Instance.AddChidren(cyclicCycle); |