Commit e8101af2 张东亮

1

1 个父辈 8e9d83c3
......@@ -403,14 +403,13 @@ namespace TheMachine
MainMachine_ProcessMsgEvent(Msg.get());
return;
}
LogUtil.info("用户按下启动");
LogUtil.info("用户按下启动按钮");
RobotManage.Start();
userpause = false;
if (RobotManage.isRunning)
{
btn_stop.Enabled = true;
RobotManage_UserPauseSet(this, false);
//(sender as Button).Text = "暂停运行";
}
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!