Example #1
0
 public void RemoveTab(TabContainer remTab)
 {
     _tabs.RemoveAll(x => x.Value == remTab);
     RebuildButtonIcons();
 }