using DTS.Common.Interface.TestSetups.Imports.TTS.ReadFile; using Prism.Events; namespace DTS.Common.Events { /// /// The TTSImportSummaryRunTestEvent event. /// /// /// This event is used by the Summary step to tell the page to run the test. /// public class TTSImportSummaryRunTestEvent : PubSubEvent { } }