using DTS.Common.Interface.TestSetups.Imports.TTS.ReadFile;
using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events
{
///
/// The TTSImportReadFileFinishedEvent event.
///
///
/// This event has to be used by the Read File step to indicate that it has finished.
///
public class TTSImportReadFileFinishedEvent : CompositePresentationEvent { }
}