Removed visual basic lib dependency
This commit is contained in:
parent
65aeabdfee
commit
ab33d4558f
11 changed files with 102 additions and 2084 deletions
13
MaddoShared/Orientations.cs
Normal file
13
MaddoShared/Orientations.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
namespace MaddoShared;
|
||||
|
||||
public enum Orientations
|
||||
{
|
||||
TopLeft = 1,
|
||||
TopRight = 2,
|
||||
BottomRight = 3,
|
||||
BottomLeft = 4,
|
||||
LeftTop = 5,
|
||||
RightTop = 6,
|
||||
RightBottom = 7,
|
||||
LftBottom = 8,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue