JLChen
2020-11-23 eb51679c618d5027070fbd6f3c0519f0f17e7d7d
HDL_ON/UI/UI0-Public/TopViewDivBLL.cs
@@ -15,8 +15,6 @@
        {
            btnBack.MouseUpEventHandler = (sender, e) => {
                backAction?.Invoke();
                if (needClose)
                {
                    if (baseView != null)
                    {
                        baseView.RemoveFromParent();
@@ -24,7 +22,6 @@
                    if (baseDialog != null)
                    {
                        baseDialog.Close();
                    }
                }
            };
        }