Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TabControl" /> class.
 /// </summary>
 public AccordionControl()
 {
     _Panes = new AccordionPaneCollection(this);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="TabControl" /> class.
 /// </summary>
 public AccordionControl()
 {
     _Panes = new AccordionPaneCollection(this);
 }