Files
DP44/Common/DTS.CommonCore/.svn/pristine/35/3566aae6e70e6b51e67a531fe362bb0df9d8dacc.svn-base

15 lines
448 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
using DTS.Common.Interface.TestSetups.Imports.TTS.ReadFile;
using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events.TTSImport
{
/// <summary>
/// The AssignedChannelsChangedEvent event.
/// </summary>
///
/// <remarks>This event is published whenever the assigned channels are changed.</remarks>
///
public class AssignedChannelsChangedEvent : CompositePresentationEvent<ITTSSetup> { }
}