Files
DP44/Common/DTS.CommonCore/.svn/pristine/b7/b767cf5e398297624a5ec8910a942f772546e83b.svn-base
2026-04-17 14:55:32 -04:00

15 lines
443 B
Plaintext

using DTS.Common.Interface.TestSetups.Imports.TTS.ReadFile;
using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events
{
/// <summary>
/// The TTSImportSummaryRunTestEvent event.
/// </summary>
///
/// <remarks>This event is used by the Summary step to tell the page to run the test.</remarks>
///
public class TTSImportSummaryRunTestEvent : CompositePresentationEvent<ITTSSetup> { }
}