添加项目文件。
This commit is contained in:
11
ShowGridNumberPro/ShowGridNumber/ElemType.cs
Normal file
11
ShowGridNumberPro/ShowGridNumber/ElemType.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace ShowGridNumber
|
||||
{
|
||||
public enum ElemType
|
||||
{
|
||||
eGrid,
|
||||
eMultiSegGrid,
|
||||
eLevel
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user