using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events.Groups.GroupList
{
///
/// The GroupTemplateListGroupTemplateSelectedEvent event.
///
///
/// called when a template is selected.
///
public class GroupListGroupSelectedEvent : CompositePresentationEvent { }
}