using DTS.Common.Interface.TestSetups.Imports.TTS.ReadFile; using Prism.Events; namespace DTS.Common.Events { /// /// The TTSImportArmedRunTestEvent event. /// /// /// This event is used by the Hardware Scan step to tell the page to jump to the Arm step in Run Test. /// public class TTSImportArmedRunTestEvent : PubSubEvent { } }