From 81a6da4df745f8ed5e4fb45fe54421eda792bf35 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 13 十一月 2025 13:10:40 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/Main/FunctionsBaseWin.cs | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/Main/System/Main/FunctionsBaseWin.cs b/Main/System/Main/FunctionsBaseWin.cs
index a4b8e4e..a648552 100644
--- a/Main/System/Main/FunctionsBaseWin.cs
+++ b/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);
+ }
}
\ No newline at end of file
--
Gitblit v1.8.0