Files
DP44/Common/DTS.Common/.svn/pristine/61/6121d38d989f7f4675bb114015e6ebc979c928df.svn-base

7 lines
152 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using Prism.Events;
namespace DTS.Common.Events.TSRAIRGo
{
public class StartStopOverallStatusStateMachineEvent : PubSubEvent<bool> { }
}