Main/System/Main/FunctionsBaseWin.cs @@ -111,4 +111,14 @@ { SelectBottomTab(index); } public void ClickFuncBtn(int index) { if (tabButtons[index].isLock) { return; } tabButtons[index].SelectBtn(); SelectBottomTab(index); } }