12 lines
137 B
C#
12 lines
137 B
C#
|
|
using System;
|
|||
|
|
|
|||
|
|
namespace ShowGridNumber
|
|||
|
|
{
|
|||
|
|
public enum ElemType
|
|||
|
|
{
|
|||
|
|
eGrid,
|
|||
|
|
eMultiSegGrid,
|
|||
|
|
eLevel
|
|||
|
|
}
|
|||
|
|
}
|