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