软件增加功能:标定时记录上一次的历史电压

This commit is contained in:
hehaibing-1996
2024-11-12 08:33:28 +08:00
parent 6282ecc0c1
commit 40024b339d
13 changed files with 422 additions and 8 deletions

View File

@ -133,7 +133,7 @@ namespace 智能仓储WCS管理系统
Growl.Success("发送标定指令成功!");
this.Close();
}
else if (Result != null)
else if (Result1 != null)
{
Growl.Error(Result1.Message);
}