using DTS.Common.Base;
using Microsoft.Practices.Prism.Events;
// ReSharper disable ClassNeverInstantiated.Global
namespace DTS.Common.Events
{
///
/// The Selected Group Template changed event.
///
///
/// The Selected Group Template changed event is used to ...
///
public class GroupTemplateChangeNotification : CompositePresentationEvent { }
}