Example #1
0
 public bool Destroy(object TagID)
 {
     return(Tag.Destroy(TagID) == 1);
 }