init
This commit is contained in:
14
Common/DTS.Common/Events/GroupTemplateChangeNotification.cs
Normal file
14
Common/DTS.Common/Events/GroupTemplateChangeNotification.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using DTS.Common.Base;
|
||||
using Prism.Events;
|
||||
// ReSharper disable ClassNeverInstantiated.Global
|
||||
|
||||
namespace DTS.Common.Events
|
||||
{
|
||||
/// <summary>
|
||||
/// The Selected Group Template changed event.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The Selected Group Template changed event is used to ...
|
||||
/// </remarks>
|
||||
public class GroupTemplateChangeNotification : PubSubEvent<IBaseModel> { }
|
||||
}
|
||||
Reference in New Issue
Block a user