10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
|
|
using Prism.Events;
|
||
|
|
|
||
|
|
namespace DTS.Common.Events
|
||
|
|
{
|
||
|
|
public class LoadViewModulEvent : PubSubEvent<LoadViewModulArg> { }
|
||
|
|
public class LoadViewModulArg : EventBase
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|