init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Microsoft.Practices.Prism.Events;
|
||||
|
||||
namespace DTS.Common.Events.TSRAIRGo
|
||||
{
|
||||
public class GlobalStatusEvent : CompositePresentationEvent<GlobalStatusArg> { }
|
||||
|
||||
public class GlobalStatusArg
|
||||
{
|
||||
public string Message { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user