1. 首页
  2. 编程语言
  3. C#
  4. MSN机器人源代码C)

MSN机器人源代码C)

上传者: 2019-02-22 00:48:49上传 RAR文件 1.75MB 热度 37次
namespace DotMSN { using System; public class Connection { // Methods public Connection(string pHost, int pPort) { this.host = pHost; this.port = pPort; } // Properties public string Host { get
用户评论