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