sb.Action();

dep
杨威 3 months ago
parent 58a79415bd
commit 334d577b51

@ -583,13 +583,18 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
if (bao > 2)
{
bao = 0;
bao = 0;
try
{
ThreadPool.QueueUserWorkItem((ty) =>
{
AlarmControl();
sb.Action();
if (UserJudge.IsSettingNormalUser)
{
sb.Action();
}
});
}

Loading…
Cancel
Save