using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Mesnac.Controls.Base { /// /// 有报警属性的控件的基础接口 /// public class AlarmAttribute : Attribute { } }