wei
2021-01-11 41f9c8837b0551c68f8fd798c06951fa716b7ab8
HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/DateView.cs
@@ -69,14 +69,6 @@
            frameLayout.AddChidren(btnCancel);
            frameLayout.AddChidren(btnConfirm);
            fLayout.AddChidren(frameLayout);
            ////界面点击事件
            //fLayout.MouseUpEventHandler += (sender, e1) =>
            //{
            //    //移除fLayout界面
            //    fLayout.RemoveFromParent();
            //};
            //取消点击事件
        }
    }
}