using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events.TestSetups.TestSetupsList
{
///
/// The TTSImportSummaryImportEvent event.
///
///
/// This event is used by the Summary step to indicate that the Import button was clicked.
///
public class TestSetupsListTestSetupSelectedEvent : CompositePresentationEvent { }
}