コード例 #1
0
ファイル: Cell.cs プロジェクト: W4TR1X/ViewTable
 public bool CanPopup()
 {
     return((PopupTitle != null && PopupTitle.Any()) || (PopupText != null && PopupText.Any()));
 }