14 lines
359 B
Plaintext
14 lines
359 B
Plaintext
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> { }
|
|
}
|