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>(); } }