init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace DTS.Common.Interactivity
|
||||
{
|
||||
public interface IInteractionRequest
|
||||
{
|
||||
event EventHandler<InteractionRequestedEventArgs> Raised;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user