15 lines
448 B
C#
15 lines
448 B
C#
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> { }
|
|
}
|