Files
DP44/Common/DTS.CommonCore/.svn/pristine/07/0731a0740ecaf157f58e6bd0f2d9239ceaea128c.svn-base
2026-04-17 14:55:32 -04:00

14 lines
386 B
Plaintext

using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events.TestSetups.TestSetupsList
{
/// <summary>
/// The CurrentTestChangedEvent event.
/// </summary>
///
/// <remarks>This event is used to signal the current test setup has changed</remarks>
///
public class CurrentTestChangedEvent : CompositePresentationEvent<string> { }
}