Files

12 lines
189 B
C#
Raw Permalink Normal View History

2017-09-09 11:53:21 +03:00
namespace BrightSharp.Interop
{
namespace Constants
{
internal enum MonitorFromWindowFlags
{
MONITOR_DEFAULTTONEAREST = 0x00000002
}
}
}