Exemple #1
0
 public bool CanPopup()
 {
     return((PopupTitle != null && PopupTitle.Any()) || (PopupText != null && PopupText.Any()));
 }