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