Esempio n. 1
0
 // ------------------------------
 // private
 // ------------------------------
 private void RemoveTagOnly(MemoTag tag)
 {
     tag.ClearMemos();
     tag.SuperTag = null;
     tag.ClearSubTags();
     _container.Remove(tag);
 }