Esempio n. 1
0
 public void Remove(RichTreeViewColumn item)
 {
     List.Remove(item);
     OnColumnRemoved?.Invoke(this, EventArgs.Empty);
 }