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