コード例 #1
0
ファイル: NavList.cs プロジェクト: pmarloz/BootstrapControls
 /// <summary>
 /// Initializes a new instance of the <see cref="NavList" /> class.
 /// </summary>
 public NavList()
 {
     _items = new NavListCollection(this);
 }
コード例 #2
0
ファイル: NavList.cs プロジェクト: SJ20035/BootstrapControls
 /// <summary>
 /// Initializes a new instance of the <see cref="NavList" /> class.
 /// </summary>
 public NavList()
 {
     _items = new NavListCollection(this);
 }