Commit bdb0dee4 刘韬

1

1 个父辈 24102396
...@@ -351,7 +351,7 @@ namespace TheMachine ...@@ -351,7 +351,7 @@ namespace TheMachine
{ {
btn_IgnoreX09.Visible = false; btn_IgnoreX09.Visible = false;
} }
else if (msg.errInfo == ErrInfo.RunBtn) else if (msg.errInfo == ErrInfo.RunBtn||msg.errInfo == ErrInfo.ResetBtn)
{ {
Task.Run(()=> { Task.Run(()=> {
if (!RobotManage.isRunning) if (!RobotManage.isRunning)
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!