Files
DP44/Common/DTS.Common/.svn/pristine/1d/1d9f037b51d1f11cfada5b29902b77b0887c17d4.svn-base
2026-04-17 14:55:32 -04:00

14 lines
332 B
Plaintext

using 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 : PubSubEvent<string> { }
}