c sharp 聊天工具源代码以及截图.docVIP

  • 3
  • 0
  • 约8.58千字
  • 约 7页
  • 2019-04-24 发布于江西
  • 举报
服务器编程: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Net; using System.Net.Sockets; using System.Threading; namespace client { public partial class Form1 : Form { public Form1() { InitializeComponent(); this.ListBoxState.Items.Clear(); this.richTextBoxAccept.Text = ; this.richTextBoxSend.Text = ; } private Socket socket; private Socket clientSocket;

文档评论(0)

1亿VIP精品文档

相关文档