Files
DP44/Common/DTS.CommonCore/.svn/pristine/9f/9f30bbd08b30f1f11639b5607a71017886384580.svn-base

15 lines
455 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
{
/// <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 : CompositePresentationEvent<ITTSSetup> { }
}