using System; using System.Collections.Generic; using System.Text; namespace Util.DiagramDesigner { [AttributeUsage(AttributeTargets.Property)] public class CanDoAttribute : Attribute { } }