From 622299e95f9282e21e3cd404fe7f42ca3f7bb0ca Mon Sep 17 00:00:00 2001 From: patrick <patrick.xu@broconcentric.com> Date: 星期三, 02 十月 2019 19:19:45 +0800 Subject: [PATCH] 初步框架。修改了之前单个PLC监听的不足,将监听和操作配置都集成到PLC初始化配置中。支持多个监听设备。支持方法的多方配置和多方调用。 --- .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 1c38a68..345c9f4 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,10 @@ [Bb]in/ [Oo]bj/ +# Visual Studio 2015 cache/options directory +.vs/ +/.vs/ + # Roslyn cache directories *.ide/ -- Gitblit v1.8.0