restructure project for part 2
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Hyperbar.Interop.Windows;
|
||||
|
||||
public enum WindowSnappingPlacement
|
||||
{
|
||||
Left,
|
||||
Top,
|
||||
Right,
|
||||
Bottom
|
||||
}
|
||||
Reference in New Issue
Block a user