Exemple #1
0
 /// <summary>
 /// Shows the Popup.
 /// </summary>
 public void Show()
 {
     _popUp.Show();
 }
Exemple #2
0
 /// <summary>
 /// Shows the Popup.
 /// </summary>
 public void Show()
 {
     _popUp.Show();
     _popUpList.Add(_popUp);
 }