資源簡介
C#winform與三菱Q系列PLC通訊實例
代碼片段和文件信息
using?System.Collections.Generic;
using?System;
using?System.Linq;
using?System.Drawing;
using?System.Diagnostics;
using?System.Data;
using?System.xml.Linq;
using?Microsoft.VisualBasic;
using?System.Collections;
using?System.Windows.Forms;
using?System.Net;
using?System.Runtime.InteropServices;
namespace?TCP_CLIENT_VB2010
{
public?partial?class?Form1
{
public?Form1()
{
InitializeComponent();
if?(defaultInstance?==?null)
defaultInstance?=?this;
}
#region?Default?Instance
private?static?Form1?defaultInstance;
///?
///?Added?by?the?VB.Net?to?C#?Converter?to?support?default?instance?behavour?in?C#
///?
public?static?Form1?Default
{
get
{
if?(defaultInstance?==?null)
{
def
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????869??2012-12-15?19:48??TcpClient?VB2010\TcpClient.sln
????..A..H.?????49152??2016-10-06?09:50??TcpClient?VB2010\TcpClient.suo
?????文件????????201??2012-12-15?19:48??TcpClient?VB2010\TcpClient\App.config
?????文件??????32096??2016-10-06?09:49??TcpClient?VB2010\TcpClient\Form1.Designer.vb
?????文件???????6011??2016-10-06?09:49??TcpClient?VB2010\TcpClient\Form1.resx
?????文件???????9583??2016-10-06?09:50??TcpClient?VB2010\TcpClient\Form1.vb
?????文件???????5383??2016-10-06?09:46??TcpClient?VB2010\TcpClient\TcpClient.vbproj
?????文件??????61952??2016-10-06?09:38??TcpClient?VB2010\TcpClient\bin\Release\EntQsPlc.dll
?????文件??????41984??2016-10-06?09:50??TcpClient?VB2010\TcpClient\bin\Release\TcpClient.exe
?????文件??????46592??2016-10-06?09:50??TcpClient?VB2010\TcpClient\bin\Release\TcpClient.pdb
?????文件??????11600??2016-10-06?09:50??TcpClient?VB2010\TcpClient\bin\Release\TcpClient.vshost.exe
?????文件????????490??2010-03-17?22:39??TcpClient?VB2010\TcpClient\bin\Release\TcpClient.vshost.exe.manifest
?????文件????????668??2016-10-06?09:50??TcpClient?VB2010\TcpClient\bin\Release\TcpClient.xm
?????文件???????1509??2012-12-15?19:48??TcpClient?VB2010\TcpClient\My?Project\Application.Designer.vb
?????文件????????510??2012-12-15?19:48??TcpClient?VB2010\TcpClient\My?Project\Application.myapp
?????文件???????1097??2012-12-15?19:48??TcpClient?VB2010\TcpClient\My?Project\AssemblyInfo.vb
?????文件???????2776??2012-12-15?19:48??TcpClient?VB2010\TcpClient\My?Project\Resources.Designer.vb
?????文件???????5612??2010-05-04?06:45??TcpClient?VB2010\TcpClient\My?Project\Resources.resx
?????文件???????2993??2012-12-15?19:48??TcpClient?VB2010\TcpClient\My?Project\Settings.Designer.vb
?????文件????????279??2010-05-04?06:45??TcpClient?VB2010\TcpClient\My?Project\Settings.settings
?????文件???????2152??2012-12-15?19:48??TcpClient?VB2010\TcpClient\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6268??2015-04-04?20:37??TcpClient?VB2010\TcpClient\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????792??2015-04-04?20:37??TcpClient?VB2010\TcpClient\obj\x86\Debug\GenerateResource.read.1.tlog
?????文件???????2118??2015-04-04?20:37??TcpClient?VB2010\TcpClient\obj\x86\Debug\GenerateResource.write.1.tlog
?????文件??????14493??2013-05-03?11:17??TcpClient?VB2010\TcpClient\obj\x86\Debug\ResolveAssemblyReference.cache
?????文件????????180??2015-04-04?20:37??TcpClient?VB2010\TcpClient\obj\x86\Debug\TcpClient.Form1.resources
?????文件??????54784??2015-04-04?20:37??TcpClient?VB2010\TcpClient\obj\x86\Debug\TcpClient.pdb
?????文件????????180??2015-04-04?20:37??TcpClient?VB2010\TcpClient\obj\x86\Debug\TcpClient.Resources.resources
?????文件???????2740??2015-04-04?20:37??TcpClient?VB2010\TcpClient\obj\x86\Debug\TcpClient.vbproj.FileListAbsolute.txt
?????文件????????668??2015-04-04?20:37??TcpClient?VB2010\TcpClient\obj\x86\Debug\TcpClient.xm
............此處省略96個文件信息
- 上一篇:winform圖片按鈕有鼠標滑過效果
- 下一篇:c# 監(jiān)控鼠標鍵盤 源碼
評論
共有 條評論