using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events.GroupTemplates.CustomChannels
{
///
/// Event to inform app that it should mark itself busy or available
///
///
///
///
public class CustomChannelExportFileSetEvent : CompositePresentationEvent { }
}