Пример #1
0
Файл: Form1.cs Проект: llxq/.net
 void ShowMsg(string str)
 {
     //追加文本
     Receivetxt.AppendText(str + "\r\n");
 }
Пример #2
0
Файл: Form1.cs Проект: llxq/.net
 private void ShowMsg(string str)
 {
     Receivetxt.AppendText(str + "\r\n");
 }