//############################################################ // https://github.com/yuzhengyang // author:yuzhengyang //############################################################ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Y.Utils.ReflectionUtils.AttributeUtils { public enum ControlAttributeEvent { Click, //单击事件 DbClick, //双击事件 } }