mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-22 07:46:34 +08:00
示例工程版本提升至net462,项目添加了部分空引用检测逻辑。累了,消不完的空引用警告(T.T)
This commit is contained in:
15
Net462DllTest/Signal/CommandSignal.cs
Normal file
15
Net462DllTest/Signal/CommandSignal.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace Net462DllTest.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