Beispiel #1
0
 static private void HideUI(BasePanel _hidePanel)
 {
     if (_hidePanel == null)
     {
         return;
     }
     _hidePanel.HideUI();
 }