namespace BrightSharp.Interop { namespace Constants { internal enum MonitorFromWindowFlags { MONITOR_DEFAULTTONEAREST = 0x00000002 } } }