Files
DP44/Common/DTS.Common/.svn/pristine/da/da3117ef5b4d48631ffe75c2b80a9f8dc6d66dfe.svn-base

8 lines
185 B
Plaintext
Raw Normal View History

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