Пример #1
0
 public bool AddTag(string tag)
 {
     return(IsTaggable && scriptTags.AddTag(tag));
 }