Пример #1
0
 public void CloseTab(TabPageCustom tab)
 {
     tabControl.TabPages.Remove(tab);
     tabControl.SelectLastTab();
 }