1
0
mirror of https://e.coding.net/circlecloud/SixiBroadcast.git synced 2025-11-24 23:56:05 +00:00

Updata...

This commit is contained in:
j502647092
2015-08-04 20:52:08 +08:00
parent 1e83160bc1
commit c7e7be1083

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);