Files
DP44/Common/DTS.CommonCore/.svn/pristine/2a/2ab956303c345d081efad447ef864f1a8364e048.svn-base
2026-04-17 14:55:32 -04:00

12 lines
271 B
Plaintext

using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events.TSRAIRGo
{
public class GlobalStatusEvent : CompositePresentationEvent<GlobalStatusArg> { }
public class GlobalStatusArg
{
public string Message { get; set; }
}
}