Ejemplo n.º 1
0
 public void ReplaceElement(IPanelGroupElement beforeElement, IPanelGroupElement afterElement)
 {
     group.ReplaceElement(beforeElement, afterElement);
 }