using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CtrEditor.FuncionesBase { public enum ZIndexEnum { Decorativos = 1, Estaticos = 2, Generadores = 3, Guias = 4, Dinamicos = 10, Descarte = 11, Fotocelula = 12, Trace = 13, RectangulosPropiead = 14 } }