資源簡介
代碼片段和文件信息
//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\DPSba
?????文件?????105984??2015-01-26?14:34??AppServer\bin\Release\DPSba
?????文件??????62761??2015-01-26?14:34??AppServer\bin\Release\DPSba
?????文件?????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.xm
?????文件?????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.xm
?????文件???????5120??2015-01-22?12:57??AppServer\bin\Release\ProtobufSerializer.dll
?????文件???????1319??2015-01-22?12:57??AppServer\bin\Release\ProtobufSerializer.xm
?????文件??????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.xm
?????文件???????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個文件信息
評論
共有 條評論