Files
ENIG/Cs_HMI/SubProject/AGVMapControl/Models/MapElements.cs
chi 34130e9c86 add mapcontrol
add remote path(gitlab)
2025-05-22 16:21:56 +09:00

13 lines
207 B
C#

using System.Drawing;
using System;
using System.Collections.Generic;
namespace AGVMapControl.Models
{
public enum BranchDirection
{
Left,
Straight,
Right
}
}