示例#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");
 }