init
This commit is contained in:
11
Common/DTS.Common/Events/TSRAIRGo/Trigger.cs
Normal file
11
Common/DTS.Common/Events/TSRAIRGo/Trigger.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Prism.Events;
|
||||
|
||||
namespace DTS.Common.Events.TSRAIRGo
|
||||
{
|
||||
|
||||
public class TriggerEvent : PubSubEvent<TriggerArg> { }
|
||||
|
||||
public class TriggerArg
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user