Esempio n. 1
0
 public static string GetTagName(NotificationTagType tagType)
 {
     return(NotificationTypeTag.TagName(tagType));
 }
 public static string TagName(NotificationTagType tagType)
 {
     return("{" + tagType.ToString() + "}");
 }