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