/// <summary> /// Shows the Popup. /// </summary> public void Show() { _popUp.Show(); }
/// <summary> /// Shows the Popup. /// </summary> public void Show() { _popUp.Show(); _popUpList.Add(_popUp); }