public void ShowPopup(UIPopup popup) { popup.Show(); }
private bool IsReadyToShow(UIPopup popup) { return(popup.State == UIPopup.PopupState.Hided); }