Files
DP44/Common/DTS.CommonCore/.svn/pristine/88/88f2d771e1dc2a93f8645309bbe044836f374dc2.svn-base

15 lines
452 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
using DTS.Common.Interface.TestSetups.Imports.TTS.ReadFile;
using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events
{
/// <summary>
/// The TTSImportHardwareScanRunEvent event.
/// </summary>
///
/// <remarks>This event is used by the Hardware Scan step to tell the page to ping hardware.</remarks>
///
public class TTSImportHardwareScanRunEvent : CompositePresentationEvent<ITTSSetup> { }
}