using System; namespace BitStrap { [AttributeUsage(AttributeTargets.Method)] public class ButtonAttribute : Attribute { } }