Esempio n. 1
0
 public void RemoveAllTags()
 {
     UserTags.Clear();
 }
Esempio n. 2
0
 public void RemoveAllTags()
 {
     //It should load all UserTags then clear the collection
     UserTags.Clear();
 }