资源简介
代码片段和文件信息
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.Runtime.InteropServices;
namespace TcpClient
{
public partial class Form1
{
public Form1()
{
InitializeComponent();
if (defaultInstance == null)
defaultInstance = this;
}
#region Default Instance
private static Form1 defaultInstance;
public static Form1 Default
{
get
{
if (defaultInstance == null)
{
defaultInstance = new Form1();
defaultInstance.FormClosed += new FormClosedEventHandler(defaultInstance_FormClosed);
}
r
- 上一篇:C#库存管理系统源码含数据库
- 下一篇:C#班级管理系统源码(附数据库)
相关资源
- 基恩士PLC通讯.rar
- 上位机与PLC通讯dll.zip
- C#编成Modbus TCP连接PLC寄存器读取、写
- C#封装modbus
- C#和西门子1200PLC通讯.zip
- C#和西门子PLC1200 以太网通讯
- C# 松下PLC通讯协议标准模块
- C# 链接PLC
- 松下PLC与上位机通信
- C# PLC OPC 通讯统一方式
- TIA openness 开发教程
- C# 2015最新版NMODBUS4.0源码支持TCP/IPRT
- 通过MODBUS实现PLC与上位机通讯的C#
- 通过MODBUS TCP读写PLC源码
- C#三菱FX系列PLC纯串口命令各区域读写
- ADS通讯 C#与TWINCAT PLC的通讯
- 西门子PRODAVE6中文接口类库
- OMRON的PLC通过TCP/IP协议通信C#源码
- PLC通过TCP/IP协议通信C#源码
- C#测试与欧姆龙FINS TCP通信
- C# 西门子PLC ppi通讯程序
- C#与S7-300PLC的通讯
- 松下PLC标准通讯协议C#
- c#与三菱PLC通讯读写
- C#用S7.net.dll文件,里面包含使用文档
- C#和台达PLC通信
- MODBUS TCP C# 源码 -- 测试过信捷PLC
- C#与DVP PLC通信
- S7.NET.DLL及官方指导文件.rar
- 上位机与PLC通讯软件C#
评论
共有 条评论