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

@@ -122,11 +122,17 @@ namespace ShanghaiEnvironmentalTechnology
{
if (isTestRunning)
{
btnsetting.IsEnabled = false;
btnsetting2.IsEnabled = false;
TestStartButton.Content = running;
TestStartButton.Foreground = Brushes.LightGreen;
}
else
{
btnsetting.IsEnabled = true;
btnsetting2.IsEnabled = true;
TestStartButton.Content = ready;
TestStartButton.Foreground = Brushes.White;
}