Files
DP44/Common/DTS.CommonCore/.svn/pristine/3d/3d846e77a43844f3d1019fa2e2aff9ae45fc460c.svn-base
2026-04-17 14:55:32 -04:00

14 lines
428 B
Plaintext

using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events.TestSetups.TestSetupsList
{
/// <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 TestSetupsListTestSetupSelectedEvent : CompositePresentationEvent<string[]> { }
}