예제 #1
0
파일: Cell.cs 프로젝트: W4TR1X/ViewTable
 public bool CanPopup()
 {
     return((PopupTitle != null && PopupTitle.Any()) || (PopupText != null && PopupText.Any()));
 }