15 lines
420 B
C#
15 lines
420 B
C#
using DTS.Common.Interface.TestSetups.Imports.TTS.ReadFile;
|
|
using Prism.Events;
|
|
|
|
namespace DTS.Common.Events
|
|
{
|
|
|
|
/// <summary>
|
|
/// The TTSImportSummaryImportEvent event.
|
|
/// </summary>
|
|
///
|
|
/// <remarks>This event is used by the Summary step to indicate that the Import button was clicked.</remarks>
|
|
///
|
|
public class TTSImportSummaryImportEvent : PubSubEvent<ITTSSetup> { }
|
|
}
|