compile ok .ㅠㅠ
This commit is contained in:
13
Cs_HMI/SubProject/AGVControl/Models/MapElements.cs
Normal file
13
Cs_HMI/SubProject/AGVControl/Models/MapElements.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Drawing;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace AGVControl.Models
|
||||
{
|
||||
public enum BranchDirection
|
||||
{
|
||||
Left,
|
||||
Straight,
|
||||
Right
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user