使用新框架与技术代替旧框架与技术,实现涂装车间后道标签扫码程序
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
using Prism.Events;
|
||||
|
||||
namespace RIZO_Application.Core
|
||||
{
|
||||
public class MessageSentEvent : PubSubEvent<string>
|
||||
{
|
||||
}
|
||||
|
||||
public class LogSentEvent : PubSubEvent<string>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user