Exemple #1
0
 public void DeleteTag(string tag)
 {
     FTagTool.DeleteTag(tag, ref dic, ref group);
     save();
 }