Files
DP44/Common/DTS.CommonCore/.svn/pristine/b9/b9981cf1989c8ab82e9eb22e4efbe00c9df55534.svn-base
2026-04-17 14:55:32 -04:00

15 lines
465 B
Plaintext

using DTS.Common.Interface.TestSetups.Imports.TTS.ReadFile;
using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events
{
/// <summary>
/// The TTSImportArmedRunTestEvent event.
/// </summary>
///
/// <remarks>This event is used by the Hardware Scan step to tell the page to jump to the Arm step in Run Test.</remarks>
///
public class TTSImportArmedRunTestEvent : CompositePresentationEvent<ITTSSetup> { }
}