Files
DP44/Common/DTS.CommonCore/.svn/pristine/9a/9a503494b4c2a89779c5e755d14cef801cb783ac.svn-base

14 lines
416 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events.Sensors.SensorsList
{
/// <summary>
/// The TTSImportSummaryImportEvent event.
/// </summary>
///
/// <remarks>This event is used by the Summary step to indicate that the Import button was clicked.</remarks>
///
public class SensorsListSensorSelectedEvent : CompositePresentationEvent<string[]> { }
}