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.TTSImport
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// The TTSImportTestSetupChangedEvent event.
|
||||
/// </summary>
|
||||
///
|
||||
/// <remarks>This event is published whenever the Test Setup is changed.</remarks>
|
||||
///
|
||||
public class TTSImportTestSetupChangedEvent : PubSubEvent<ITTSSetup> { }
|
||||
}
|
||||
Reference in New Issue
Block a user