Files
DP44/Common/DTS.Common/.svn/pristine/71/712f0c4f78caa0da83f667b0836a86b403fb0354.svn-base

15 lines
414 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
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> { }
}