12 lines
178 B
Plaintext
12 lines
178 B
Plaintext
|
|
using Prism.Events;
|
||
|
|
|
||
|
|
namespace DTS.Common.Events.TSRAIRGo
|
||
|
|
{
|
||
|
|
|
||
|
|
public class TriggerEvent : PubSubEvent<TriggerArg> { }
|
||
|
|
|
||
|
|
public class TriggerArg
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|