using Serein.Library.Attributes; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using static Serein.Library.Attributes.PLCValueAttribute; namespace Net461DllTest.Signal { public enum OrderSignal { View_1, View_2, Command_1, Command_2, } }