10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
using Prism.Events;
|
|
|
|
namespace DTS.Common.Events
|
|
{
|
|
public class ClearSelectedExportsEvent : PubSubEvent<ClearSelectedExportsArg> { }
|
|
public class ClearSelectedExportsArg : EventBase
|
|
{
|
|
}
|
|
}
|