Files
DP44/Common/DTS.Common/Events/DTS.Viewer/TestModification/RefreshTestRequestEvent.cs
2026-04-17 14:55:32 -04:00

11 lines
200 B
C#

using Prism.Events;
namespace DTS.Common.Events
{
/// <summary>
/// Refresh test with ID
/// </summary>
public class RefreshTestRequestEvent : PubSubEvent<string> { }
}