namespace TheXamlGuy.TaskbarGroup.Core { public interface ITaskbarList { IntPtr GetHandle(); } }