Files
ENIG/HMI/SubProject/AGVControl/Models/MapElements.cs
ChiKyun Kim 58ca67150d 파일정리
2026-01-29 14:03:17 +09:00

13 lines
192 B
C#

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