public SendUserOrGroup(Dynamicweb.Controls.RibbonBar ribbon) : base(ribbon)
 {
 }
Example #2
0
 /// <summary>
 /// Adds an Export XML button to the Ribbon bar for users in the backend.
 /// </summary>
 public CreateXmlForUserOrGroupAddIn(Dynamicweb.Controls.RibbonBar ribbon) : base(ribbon)
 {
 }
Example #3
0
 /// <summary>
 /// Creates a new instance of the CreateXmlForOrderAddIn class.
 /// </summary>
 /// <param name="ribbon">The ribbon to which the controls are added.</param>
 public CreateXmlForOrderAddIn(Dynamicweb.Controls.RibbonBar ribbon) : base(ribbon) { }