示例#1
0
 private void EnableTab(TabController tab)
 {
     tab.Enable();
     currentActiveTab = tab;
 }