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