PIbd-32_Bulatova_K.R._COP_10/COP/BulatovaComponents/NonVisualComponents/DiagramLegendEnum.cs

17 lines
311 B
C#
Raw Normal View History

2024-10-29 09:22:02 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BulatovaComponents.NonVisualComponents
{
public enum DiagramLegendEnum
{
TopLeft = 0,
TopRight = 1,
BottomRight = 2,
BottomLeft = 3,
}
}