using System; namespace ShowGridNumber { public enum ElemType { eGrid, eMultiSegGrid, eLevel } }