C# Socket聊天室例子
namespace ChatNDraw { public partial class ChatNDrawForm : Form { LoginForm _frmLogin = new LoginForm(); SelectRoomForm _frmSelectRoom = new SelectRoomForm(); private List _strokeList = new List(); private List _endgoing = new List
下载地址
用户评论