public JasonetteImageMenu(string image, JasonetteHref href) { this.Image = image; this.Href = href; }
public JasonetteLabelMenu(string text, JasonetteHref href) { this.Text = text; this.Href = href; }