using System; using System.Text; using System.ComponentModel.Design; namespace DevComponents.DotNetBar.Design { /// /// Represents default designer for RatingItem /// public class RatingItemDesigner : BaseItemDesigner { public override DesignerVerbCollection Verbs { get { return new DesignerVerbCollection(); } } } }