清理无用代码
This commit is contained in:
@@ -4,7 +4,6 @@ using JinYuan.VirtualDataLibrary;
|
||||
using Microsoft.Win32;
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Management.Instrumentation;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace LargeSquareOne
|
||||
@@ -364,7 +363,7 @@ namespace LargeSquareOne
|
||||
|
||||
private void tog_OKSwitching_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
|
||||
if (CommonMethods.plcDevice.IsConnected && CommonMethods.sysConfig.OKSwitching)
|
||||
{
|
||||
CommonMethods.sysConfig.OKSwitching = true;
|
||||
|
||||
Reference in New Issue
Block a user