Commit 599eba92 刘韬

复位按钮改为不启动设备

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