using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using UserControls; namespace UserControls { [Serializable] public class AdvisorItemLabel : AdvisorItem { // Variables // Constructors public AdvisorItemLabel() { } // Methods } }