wxr
2020-12-07 64dbbfe1d6488635e160189a704afccffc7d34d0
HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/DateView.cs
@@ -2,7 +2,7 @@
using Shared;
namespace HDL_ON.UI.UI2.Intelligence.Automation.LogicView
{
    public class DateView : FrameLayout
    public class DateView
    {
        /// <summary>
        /// 主控件
@@ -69,14 +69,6 @@
            frameLayout.AddChidren(btnCancel);
            frameLayout.AddChidren(btnConfirm);
            fLayout.AddChidren(frameLayout);
            ////界面点击事件
            //fLayout.MouseUpEventHandler += (sender, e1) =>
            //{
            //    //移除fLayout界面
            //    fLayout.RemoveFromParent();
            //};
            //取消点击事件
        }
    }
}