Files
serein-flow/Net462DllTest/Signal/CommandSignal.cs

16 lines
259 B
C#
Raw Normal View History

namespace Net462DllTest.Signal
2024-09-27 10:30:19 +08:00
{
2024-09-30 16:36:55 +08:00
public enum CommandSignal
2024-09-27 10:30:19 +08:00
{
Command_1,
Command_2,
2024-09-28 23:55:19 +08:00
Command_3,
Command_4,
Command_5,
Command_6,
Command_7,
Command_8,
Command_9,
2024-09-27 10:30:19 +08:00
}
}