Add drag/drop handling
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Reflection;
|
||||
|
||||
namespace TheXamlGuy.TaskbarGroup.Core
|
||||
{
|
||||
public interface IMessageInvoker
|
||||
{
|
||||
void Invoke<TMessage>(object target, TMessage message, MethodInfo methodInfo);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user