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