Removed visual basic lib dependency

This commit is contained in:
Marco 2025-07-28 09:59:58 +02:00
commit ab33d4558f
11 changed files with 102 additions and 2084 deletions

View 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,
}