• 大小: 12.03MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-21
  • 语言: C#
  • 标签:

资源简介

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  QQ\Common\
     目录           0  2012-06-05 19:05  QQ\Common\Args\
     文件         753  2012-04-26 11:28  QQ\Common\Args\TCPDataEventArgs.cs
     目录           0  2012-06-05 19:05  QQ\Common\base\
     文件         805  2012-04-26 11:28  QQ\Common\base\Packagebase.cs
     目录           0  2012-06-05 19:05  QQ\Common\bin\
     目录           0  2012-06-05 19:05  QQ\Common\bin\Debug\
     文件       11776  2012-06-02 14:39  QQ\Common\bin\Debug\Common.dll
     文件       28160  2012-06-02 14:39  QQ\Common\bin\Debug\Common.pdb
     目录           0  2012-06-05 19:05  QQ\Common\bin\Release\
     文件       10240  2012-04-26 11:28  QQ\Common\bin\Release\Common.dll
     文件       19968  2012-04-26 11:28  QQ\Common\bin\Release\Common.pdb
     文件        2522  2012-04-26 11:28  QQ\Common\Common.csproj
     目录           0  2012-06-05 19:05  QQ\Common\Dlls\
     文件      352768  2012-04-26 11:28  QQ\Common\Dlls\Newtonsoft.Json.dll
     目录           0  2012-06-05 19:05  QQ\Common\Enum\
     文件        2383  2012-04-26 11:28  QQ\Common\Enum\EPackageHead.cs
     目录           0  2012-06-05 19:05  QQ\Common\obj\
     目录           0  2012-06-05 19:05  QQ\Common\obj\Debug\
     文件        3040  2012-06-02 10:21  QQ\Common\obj\Debug\Common.csproj.FileListAbsolute.txt
     文件       11776  2012-06-02 14:39  QQ\Common\obj\Debug\Common.dll
     文件       28160  2012-06-02 14:39  QQ\Common\obj\Debug\Common.pdb
     文件        5768  2012-06-02 14:39  QQ\Common\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     目录           0  2012-05-30 10:45  QQ\Common\obj\Debug\TempPE\
     目录           0  2012-06-05 19:05  QQ\Common\obj\Release\
     文件         385  2012-04-26 11:28  QQ\Common\obj\Release\Common.csproj.FileListAbsolute.txt
     文件       10240  2012-04-26 11:28  QQ\Common\obj\Release\Common.dll
     文件       19968  2012-04-26 11:28  QQ\Common\obj\Release\Common.pdb
     文件        5609  2012-04-26 11:28  QQ\Common\obj\Release\DesignTimeResolveAssemblyReferencesInput.cache
     目录           0  2012-06-05 19:05  QQ\Common\Properties\
............此处省略807个文件信息

评论

共有 条评论

相关资源