資源簡介
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\ba
?????文件?????????805??2012-04-26?11:28??QQ\Common\ba
?????目錄???????????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個文件信息
- 上一篇:ASP.net,音樂網站
- 下一篇:新聞發布系統以及SQL數據庫
評論
共有 條評論