Beispiel #1
0
 public void RemoveTreeItem(ITreeViewItem item)
 {
     SubCategories.RemoveWhere(s => s == item);
 }