init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using DTS.Common.Interface.TestSetups.Imports.TTS.ReadFile;
|
||||
using Prism.Events;
|
||||
|
||||
namespace DTS.Common.Events
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// The TTSImportSummaryRunTestEvent event.
|
||||
/// </summary>
|
||||
///
|
||||
/// <remarks>This event is used by the Summary step to tell the page to run the test.</remarks>
|
||||
///
|
||||
public class TTSImportSummaryRunTestEvent : PubSubEvent<ITTSSetup> { }
|
||||
}
|
||||
Reference in New Issue
Block a user