This commit is contained in:
xyy
2026-05-09 10:30:14 +08:00
parent c3e842febd
commit f8f1711239
12 changed files with 76 additions and 29 deletions

View File

@@ -199,11 +199,15 @@ namespace ShanghaiEnvironmentalTechnology
{
if (isTestRunning)
{
btnsetting.IsEnabled = false;
btnjiaozhun.IsEnabled = false;
TestStartButton.Content = testStartButtonText;
TestStartButton.Foreground = Brushes.LightGreen;
}
else
{
btnsetting.IsEnabled = true;
btnjiaozhun.IsEnabled = true;
TestStartButton.Content = ButtonStatus;
TestStartButton.Foreground = Brushes.White;
}