HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs
@@ -26,7 +26,7 @@ vv.AddChidren(new FrameLayout { Height = Application.GetRealHeight(12) }); LogicView.SingleLogicView logicView = new LogicView.SingleLogicView(); vv.AddChidren(logicView.FLayoutView()); logicView.btnLogicName.Text = i.ToString(); logicView.btnLogicName.Text = currLogic.name; logicView.btnWeekText.Text = GetWeekText(currLogic); logicView.btnclick.MouseUpEventHandler += (sen, e) => { @@ -128,7 +128,6 @@ } return weekName; } /// <summary> /// 获取星期的字符串 /// </summary>