Files
DP44/Common/DTS.CommonCore/.svn/pristine/a6/a6e5c1993427a90fdb1c94eec8553f73a7f6d6fb.svn-base

15 lines
444 B
Plaintext
Raw 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.TTSImport
{
/// <summary>
/// The TTSImportTestSetupChangedEvent event.
/// </summary>
///
/// <remarks>This event is published whenever the Test Setup is changed.</remarks>
///
public class TTSImportTestSetupChangedEvent : CompositePresentationEvent<ITTSSetup> { }
}