mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 10:21:16 +00:00
.net copy
This commit is contained in:
11
BrightSharp.NET/Interop/Constants.cs
Normal file
11
BrightSharp.NET/Interop/Constants.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace BrightSharp.Interop
|
||||
{
|
||||
namespace Constants
|
||||
{
|
||||
internal enum MonitorFromWindowFlags
|
||||
{
|
||||
MONITOR_DEFAULTTONEAREST = 0x00000002
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user