Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Tabs"/> class.
 /// </summary>
 /// <param name="count">The number of tabs.</param>
 public Tabs(int count)
 {
     this._Items = new TabList(count);
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Tabs"/> class.
 /// </summary>
 public Tabs()
 {
     this._Items = new TabList();
 }