using DTS.Common.Interface.GroupTemplate;
using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events.GroupTemplates.TemplateChannelList
{
///
/// The GroupTemplateListGroupTemplateSelectedEvent event.
///
///
/// called when a template is selected.
///
public class TemplateChannelListOrderChangedEvent : CompositePresentationEvent { }
}