コード例 #1
0
ファイル: Tabs.cs プロジェクト: jsmitka/SpaceTraffic
 /// <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);
 }
コード例 #2
0
ファイル: Tabs.cs プロジェクト: jsmitka/SpaceTraffic
 /// <summary>
 /// Initializes a new instance of the <see cref="Tabs"/> class.
 /// </summary>
 public Tabs()
 {
     this._Items = new TabList();
 }