Files
DP44/Common/DTS.Common/.svn/pristine/c0/c0e893f122cbb726ec81e22c914962cab940c89c.svn-base

14 lines
359 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using 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 : PubSubEvent<string> { }
}