Windows.List - screenshakes/Desktopia GitHub Wiki
Returns the desktop windows list.
public static Dictionary<IntPtr, Window>.ValueCollection List
{
get
{
return dictionary.Values;
}
}
Returns the desktop windows list.
public static Dictionary<IntPtr, Window>.ValueCollection List
{
get
{
return dictionary.Values;
}
}