摘要: public delegate void ShowMessageMethod2(TcpClient tc); private void ShowMessage2(TcpClient tc) { String IP地址 = ((IPEndPoint)tc.Client.RemoteEndPoint).Address.ToString(); ... 阅读全文
posted @ 2017-09-26 17:58 qqhfeng16 阅读(352) 评论(0) 推荐(0) 编辑