AUCMA_SCADA/Aucma.Core.HwPLc/PlcHelper.cs

13 lines
285 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Aucma.Core.HwPLc
{
public class PlcHelper
{
public static List<PlcModel> melsecList = new List<PlcModel>();
public static List<PlcModel> siemensList = new List<PlcModel>();
}
}