This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user