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