init
This commit is contained in:
17
Common/DTS.CommonCore/Events/TSRAIRGo/Trigger.cs
Normal file
17
Common/DTS.CommonCore/Events/TSRAIRGo/Trigger.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Microsoft.Practices.Prism.Events;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
|
||||
namespace DTS.Common.Events.TSRAIRGo
|
||||
{
|
||||
|
||||
public class TriggerEvent : CompositePresentationEvent<TriggerArg> { }
|
||||
|
||||
public class TriggerArg
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user