示例#1
0
 public bool IsTaggedWith(string tagGroup)
 {
     return(!string.IsNullOrEmpty(SelectedTicket.GetTagValue(tagGroup)));
 }