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