2017-05-17 update 1 Add Comments and Reformat code.

This commit is contained in:
parallelbgls
2017-05-17 11:18:21 +08:00
parent 34b0777cc7
commit b61ea1759a
113 changed files with 2490 additions and 1557 deletions

View File

@@ -1,10 +1,9 @@
using System.Configuration;
using System.Text;
namespace Modbus.Net.OPC
{
/// <summary>
/// Opc Da协议连接器
/// Opc Da协议连接器
/// </summary>
public class OpcDaProtocalLinker : OpcProtocalLinker
{