mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-04 23:36:35 +08:00
重写IOC容器绑定逻辑
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Net461DllTest.Signal
|
||||
{
|
||||
public enum OrderSignal
|
||||
public enum CommandSignal
|
||||
{
|
||||
Command_1,
|
||||
Command_2,
|
||||
15
Net461DllTest/Signal/CommandSignal_1.cs
Normal file
15
Net461DllTest/Signal/CommandSignal_1.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace Net461DllTest.Signal
|
||||
{
|
||||
public enum CommandSignal
|
||||
{
|
||||
Command_1,
|
||||
Command_2,
|
||||
Command_3,
|
||||
Command_4,
|
||||
Command_5,
|
||||
Command_6,
|
||||
Command_7,
|
||||
Command_8,
|
||||
Command_9,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user