public RibbonMenuSection AddButton(RibbonControl button)
 {
     // We use this because the standard script# array extension functions break the CRM code
     ArrayEx.Add(Buttons, button);
     return(this);
 }
Ejemplo n.º 2
0
 public RibbonMenuSection AddButton(RibbonControl button)
 {
     // We use this because the standard script# array extension functions break the CRM code
     ArrayEx.Add(Buttons, button);
     return this;
 }