publicdelegatevoidLogAppendDelegate(Color color,stringtext); /// /// 追加顯示文本 /// /// 文本顏色 /// 顯示文本 publicvoidLogAppend(Color color,stringtext) { richTextBoxRemote.AppendText("\n"); richTextBoxRemote.SelectionColor = color; richTextBoxRemote.AppendText(text); } /// /// ...
www.dbjr.com.cn/article/697...htm 2025-5-17