//ListBox输出信息 internal void SetListBoxMessage(string str) { if (this.MessageListBox.InvokeRequired) { Action<string> actionDelegate ...
確定! 回上一頁