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