wxr
2020-11-20 716d1b3b705e7d37e6edebd7f60b7613ab5aee87
HDL_ON/UI/UI0-Public/TopViewDivBLL.cs
@@ -15,13 +15,16 @@
        {
            btnBack.MouseUpEventHandler = (sender, e) => {
                backAction?.Invoke();
                if (baseView != null)
                if (needClose)
                {
                    baseView.RemoveFromParent();
                }
                if (baseDialog != null)
                {
                    baseDialog.Close();
                    if (baseView != null)
                    {
                        baseView.RemoveFromParent();
                    }
                    if (baseDialog != null)
                    {
                        baseDialog.Close();
                    }
                }
            };
        }