Files
DP44/Common/DTS.CommonCore/.svn/pristine/06/06ed77c62e30948c7fc0ca378f6751918b323f8e.svn-base

14 lines
367 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events.GroupTemplates.CustomChannels
{
/// <summary>
/// Event to inform app that it should mark itself busy or available
/// </summary>
/// <remarks>
///
/// </remarks>
public class CustomChannelExportFileSetEvent : CompositePresentationEvent<string> { }
}