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