init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Microsoft.Practices.Prism.Events;
|
||||
|
||||
namespace DTS.Common.Events
|
||||
{
|
||||
public class NavigateToDashboardEvent : CompositePresentationEvent<NavigateToDashboardArg> { }
|
||||
|
||||
public class NavigateToDashboardArg
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user