using DTS.Common.Interface.TestSetups.Imports.TTS.ReadFile;
using Prism.Events;
namespace DTS.Common.Events
{
///
/// The TTSImportSummaryImportEvent event.
///
///
/// This event is used by the Summary step to indicate that the Import button was clicked.
///
public class TTSImportSummaryImportEvent : PubSubEvent { }
}