init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Microsoft.Practices.Prism.Events;
|
||||
|
||||
namespace DTS.Common.Events
|
||||
{
|
||||
/// <summary>
|
||||
/// The CloseApplicationRequested event.
|
||||
/// </summary>
|
||||
///
|
||||
/// <remarks>This event is used by the Application to notify subscribers that the Application is requested to be closed.</remarks>
|
||||
///
|
||||
public class CloseApplicationRequested : CompositePresentationEvent<object> { }
|
||||
}
|
||||
Reference in New Issue
Block a user