init
This commit is contained in:
9
Common/DTS.Common/Events/LoadViewList.cs
Normal file
9
Common/DTS.Common/Events/LoadViewList.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Prism.Events;
|
||||
|
||||
namespace DTS.Common.Events
|
||||
{
|
||||
public class LoadViewModulEvent : PubSubEvent<LoadViewModulArg> { }
|
||||
public class LoadViewModulArg : EventBase
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user