Files
DP44/Common/DTS.Common/.svn/pristine/c6/c6916f4f31eedfb1edea3218e085a7905412b615.svn-base
2026-04-17 14:55:32 -04:00

7 lines
134 B
Plaintext

using Prism.Events;
namespace DTS.Common.Events.TSRAIRGo
{
public class StartStopDASScanEvent : PubSubEvent<bool> { }
}