Exemplo n.º 1
0
 public void RemoveTab(TabContainer remTab)
 {
     _tabs.RemoveAll(x => x.Value == remTab);
     rebuildButtonIcons();
 }