static private void FowardHideUI(BasePanel _hidePanel) { if (_hidePanel == null) { return; } _hidePanel.FowardHideUI(); }