PIbd-32_Chubykina_P.P._COP_11/COP/ChubykinaComponents/LogicalComponents/DiagramLegendEnum.cs

17 lines
310 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ChubykinaComponents.LogicalComponents
{
public enum DiagramLegendEnum
{
TopLeft = 0,
TopRight = 1,
BottomRight = 2,
BottomLeft = 3,
}
}