15 lines
452 B
Plaintext
15 lines
452 B
Plaintext
|
|
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> { }
|
||
|
|
}
|