#0014:修复 etalon 接口,连续运动超过队列,更换了另一种方式
This commit is contained in:
@@ -73,7 +73,7 @@ namespace HexcalMC.Base
|
||||
SetColor = m_Color;
|
||||
}
|
||||
|
||||
string strText = DateTime.Now.ToString("HH:mm:ss.ff") + "--" + str + Environment.NewLine;
|
||||
string strText = DateTime.Now.ToString("HH:mm:ss.fff") + "--" + str + Environment.NewLine;
|
||||
textBox_Msg.SelectionStart = textBox_Msg.TextLength;
|
||||
if (string.IsNullOrEmpty(str))
|
||||
SetText(textBox_Msg, str, SetColor, false, 16);
|
||||
|
||||
Reference in New Issue
Block a user