mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-22 17:16:34 +08:00
上传了新的示例工程
This commit is contained in:
21
Net461DllTest/Signal/OrderSignal.cs
Normal file
21
Net461DllTest/Signal/OrderSignal.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
{
|
||||
A,
|
||||
B,
|
||||
C,
|
||||
D,
|
||||
E,
|
||||
F,
|
||||
G
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user