init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Microsoft.Practices.Prism.Events;
|
||||
namespace DTS.Common.Events
|
||||
{
|
||||
/// <summary>
|
||||
/// The <see cref="RaiseNotification"/> event.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The <see cref="RaiseNotification"/> event is used to display the notification content such as message and icon.
|
||||
/// </remarks>
|
||||
public class RaiseNotification : CompositePresentationEvent<NotificationContentEventArgs> { }
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
using DTS.Common.Base;
|
||||
// ReSharper disable CheckNamespace
|
||||
|
||||
namespace DTS.Common.Interface
|
||||
{
|
||||
public interface ITestModuleView : IBaseView { }
|
||||
}
|
||||
Reference in New Issue
Block a user