Files
serein-flow/Net461DllTest/Signal/OrderSignal.cs

19 lines
357 B
C#

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,
}
}