winform C# 高仿QQ


Winform ,C#高仿QQ,界面美观。 自定义消息包,方便扩张,界面高仿QQ
资源截图
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using System.Net.Sockets;
using System.Net;

namespace Common
{
    public class TCPDataEventArgs : EventArgs
    {
        public Socket Socket;
        public Packagebase Code;
        public IPAddress IpAddress;
        public int Port;

        public TCPDataEventArgs(Packagebase headCode IPAddress ipAddress int port)
        {
            this.Code = headCode;
            this.IpAddress = ipAddress;
            this.Port = port;
        }
        public TCPDataEventArgs(Socket socket Packagebase headCode IPAddress ipAddress int port)
            : this(headCode ipAddress port)
        {
            this.Socket = socket;
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-06-05 19:05  QQ
     目录           0  2012-06-05 19:05  QQCommon
     目录           0  2012-06-05 19:05  QQCommonArgs
     文件         753  2012-04-26 11:28  QQCommonArgsTCPDataEventArgs.cs
     目录           0  2012-06-05 19:05  QQCommonase
     文件         805  2012-04-26 11:28  QQCommonasePackagebase.cs
     目录           0  2012-06-05 19:05  QQCommonin
     目录           0  2012-06-05 19:05  QQCommoninDebug
     文件       11776  2012-06-02 14:39  QQCommoninDebugCommon.dll
     文件       28160  2012-06-02 14:39  QQCommoninDebugCommon.pdb
     目录           0  2012-06-05 19:05  QQCommoninRelease
     文件       10240  2012-04-26 11:28  QQCommoninReleaseCommon.dll
     文件       19968  2012-04-26 11:28  QQCommoninReleaseCommon.pdb
     文件        2522  2012-04-26 11:28  QQCommonCommon.csproj
     目录           0  2012-06-05 19:05  QQCommonDlls
     文件      352768  2012-04-26 11:28  QQCommonDllsNewtonsoft.Json.dll
     目录           0  2012-06-05 19:05  QQCommonEnum
     文件        2383  2012-04-26 11:28  QQCommonEnumEPackageHead.cs
     目录           0  2012-06-05 19:05  QQCommonobj
     目录           0  2012-06-05 19:05  QQCommonobjDebug
     文件        3040  2012-06-02 10:21  QQCommonobjDebugCommon.csproj.FileListAbsolute.txt
     文件       11776  2012-06-02 14:39  QQCommonobjDebugCommon.dll
     文件       28160  2012-06-02 14:39  QQCommonobjDebugCommon.pdb
     文件        5768  2012-06-02 14:39  QQCommonobjDebugDesignTimeResolveAssemblyReferencesInput.cache
     目录           0  2012-05-30 10:45  QQCommonobjDebugTempPE
     目录           0  2012-06-05 19:05  QQCommonobjRelease
     文件         385  2012-04-26 11:28  QQCommonobjReleaseCommon.csproj.FileListAbsolute.txt
     文件       10240  2012-04-26 11:28  QQCommonobjReleaseCommon.dll
     文件       19968  2012-04-26 11:28  QQCommonobjReleaseCommon.pdb
     文件        5609  2012-04-26 11:28  QQCommonobjReleaseDesignTimeResolveAssemblyReferencesInput.cache
     目录           0  2012-06-05 19:05  QQCommonProperties
............此处省略807个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)