using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TProduct.PumpGraph.Dxf { public enum eZlpChart { Style1 = 1, Style2 = 2, Style3 = 3, Style4 = 4 } }