91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.87M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-02-23
  • 語言: C#
  • 標簽: tcp??

資源簡介


資源截圖

代碼片段和文件信息

//www.networkcomms.cn??
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?NetworkCommsDotNet;
using?DPSbase;
using?System.Net;
using?System.Threading;

namespace?AppClient
{
????public?partial?class?Form1?:?Form
????{
????????//連接信息類
????????public?ConnectionInfo?connnectionInfo?=?null;

????????//連接類
????????Connection?connection;


????????public?Form1()
????????{
????????????InitializeComponent();
??????????
????????}

????????//在窗體上顯示新信息
????????void?Form_ConnectionStatusNotify(object?sender?StringEventArgs?e)
????????{
????????????if?(this.InvokeRequired)
????????????{

????????????????this.Invoke(new?EventHandler(this.Form_ConnectionStatusNotify)?sender?e);
????????????}
????????????else
????????????{

????????????????lbllink.Text?=?e.Text;
????????????????lbllink.ForeColor?=?Color.Blue;
???????????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????3984??2015-01-28?13:02??AppServer\AppServer.csproj

?????文件???????9728??2015-02-27?20:38??AppServer\bin\Release\AppServer.exe

?????文件??????38400??2015-02-27?20:38??AppServer\bin\Release\AppServer.pdb

?????文件??????38400??2015-01-26?14:34??AppServer\bin\Release\DPSbase.dll

?????文件?????105984??2015-01-26?14:34??AppServer\bin\Release\DPSbase.pdb

?????文件??????62761??2015-01-26?14:34??AppServer\bin\Release\DPSbase.xml

?????文件?????145408??2015-02-27?20:17??AppServer\bin\Release\NetworkCommsDotNet.dll

?????文件?????314880??2015-02-27?20:17??AppServer\bin\Release\NetworkCommsDotNet.pdb

?????文件?????171343??2015-02-27?20:17??AppServer\bin\Release\NetworkCommsDotNet.xml

?????文件?????387584??2013-12-19?11:55??AppServer\bin\Release\NLog.dll

?????文件?????187392??2013-12-19?11:55??AppServer\bin\Release\protobuf-net.dll

?????文件?????156123??2014-10-04?17:11??AppServer\bin\Release\protobuf-net.xml

?????文件???????5120??2015-01-22?12:57??AppServer\bin\Release\ProtobufSerializer.dll

?????文件???????1319??2015-01-22?12:57??AppServer\bin\Release\ProtobufSerializer.xml

?????文件??????43008??2015-01-26?14:34??AppServer\bin\Release\SevenZipLZMACompressor.dll

?????文件?????138752??2015-01-26?14:34??AppServer\bin\Release\SevenZipLZMACompressor.pdb

?????文件???????3701??2015-01-26?14:34??AppServer\bin\Release\SevenZipLZMACompressor.xml

?????文件???????2417??2015-02-27?20:47??AppServer\Form1.cs

?????文件???????4173??2015-01-26?15:42??AppServer\Form1.Designer.cs

?????文件???????5817??2015-01-26?15:42??AppServer\Form1.resx

?????文件????????495??2015-02-27?20:47??AppServer\Program.cs

?????文件???????1384??2015-02-27?20:47??AppServer\Properties\AssemblyInfo.cs

?????文件???????2870??2015-01-22?12:08??AppServer\Properties\Resources.Designer.cs

?????文件???????5612??2015-01-22?12:08??AppServer\Properties\Resources.resx

?????文件???????1096??2015-01-22?12:08??AppServer\Properties\Settings.Designer.cs

?????文件????????249??2015-01-22?12:08??AppServer\Properties\Settings.settings

?????文件???????3984??2015-01-28?13:02??AppClient\AppClient.csproj

?????文件??????11776??2015-02-27?20:44??AppClient\bin\Release\AppClient.exe

?????文件??????26112??2015-02-27?20:44??AppClient\bin\Release\AppClient.pdb

?????文件??????11608??2015-02-27?20:04??AppClient\bin\Release\AppClient.vshost.exe

............此處省略36個文件信息

評論

共有 條評論