Files
DP44/Common/DTS.CommonCore/.svn/pristine/e3/e3b390743551c646f0126cc8fe6c8b103c7511b4.svn-base

14 lines
394 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events.TestSetups.TestSetupsList
{
/// <summary>
/// The TestSetupsListEditTestSetupEvent event.
/// </summary>
///
/// <remarks>This event fires when a test setup should be editted.</remarks>
///
public class TestSetupsListEditTestSetupEvent : CompositePresentationEvent<string> { }
}