7 lines
134 B
C#
7 lines
134 B
C#
|
|
using Prism.Events;
|
|||
|
|
|
|||
|
|
namespace DTS.Common.Events.TSRAIRGo
|
|||
|
|
{
|
|||
|
|
public class StartStopDASScanEvent : PubSubEvent<bool> { }
|
|||
|
|
}
|