using DTS.Common.Interface.TestSetups.Imports.TTS.ReadFile;
using Prism.Events;
namespace DTS.Common.Events
{
///
/// The TTSImportHardwareScanRunEvent event.
///
///
/// This event is used by the Hardware Scan step to tell the page to ping hardware.
///
public class TTSImportHardwareScanRunEvent : PubSubEvent { }
}