Files
DP44/Common/DTS.CommonCore/.svn/pristine/8b/8be64e0cb0de32289bae6682eb97d2ea351b94c1.svn-base
2026-04-17 14:55:32 -04:00

11 lines
235 B
Plaintext

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