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