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