11 lines
235 B
Plaintext
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> { }
|
||
|
|
}
|