Files
dan_clark@outlook.com 40d8caf1e0 Set up IHostEnvironment
2022-03-27 15:44:43 +01:00

8 lines
120 B
C#

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