Files
DP44/Common/DTS.Common/.svn/pristine/25/255d631c5cb6ca97162b0e858f8e102de9f4e49d.svn-base
2026-04-17 14:55:32 -04:00

11 lines
200 B
Plaintext

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