Files
DP44/Common/DTS.CommonCore/.svn/pristine/6e/6e0a9e448064d0732c064c764848ad15a6bfcb2e.svn-base

15 lines
449 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using DTS.Common.Base;
using Microsoft.Practices.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 : CompositePresentationEvent<IBaseModel> { }
}