自己動手設計多人聊天室程式 - 使用 C# - 陳鍾誠的網站
// FormChatClient.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace ChattingRoom { public ...
ccckmit.wikidot.com |