namespace TheXamlGuy.TaskbarGroup.Core { public interface IDropTarget { void Register(TTarget target); } }