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