Commit 8c8e54be 刘韬

修正一处翻译

1 个父辈 e1a569e6
此文件类型无法预览
......@@ -52,9 +52,9 @@ namespace MachineDll
_ItsSerialPort.Open();
return true;
}
catch
catch(Exception ex)
{
MessageBox.Show(_ItsSerialPort.PortName + "端口已经被其他程序所占用");
MessageBox.Show(_ItsSerialPort.PortName + "端口已经被其他程序所占用\r\n"+ ex);
return false;
}
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!