知行合一

享受过程 漠视结果

导航

2012年12月28日 #

tcptrans

摘要: using System;using System.Collections.Generic;using System.Text;using System.Net;using System.Net.Sockets;using System.Threading;namespace FuckTrans{ public class SocketServer { private Dictionary<int, Socket> _clientList = new Dictionary<int, Socket>(); public delegate void Serv... 阅读全文

posted @ 2012-12-28 18:00 项羽 阅读(358) 评论(0) 推荐(0)