Updata...

master
j502647092 2015-08-04 20:52:08 +08:00
parent 1e83160bc1
commit c7e7be1083
1 changed files with 0 additions and 2 deletions

View File

@ -29,13 +29,11 @@ namespace UDPServer
//启动客户端监听
Thread t = new Thread(new ThreadStart(ClientThread));
t.Start();
}
private void button_Click(object sender, EventArgs e)
{
foreach (var item in userinfo)
{
byte[] buf = Encoding.Default.GetBytes("用户: " + item.Key + " 消息: " + msg.Text);