|
|
|
@ -308,11 +308,12 @@ namespace Mesnac.Action.ChemicalWeighing.Util
|
|
|
|
|
|
|
|
|
|
if (su == true)
|
|
|
|
|
{
|
|
|
|
|
lanternSimple.LanternBackground = Color.DarkGray;
|
|
|
|
|
lanternSimple.LanternBackground = Color.DimGray;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
lanternSimple.LanternBackground = Color.DimGray;
|
|
|
|
|
|
|
|
|
|
lanternSimple.LanternBackground = Color.DarkGray;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|