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(); } } }; }