/// <summary> /// Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance. /// </summary> /// <param name="p_Source"></param> public Link(Link p_Source) : base(p_Source) { }
static Link() { Default = new Link(); }