Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NavList" /> class.
 /// </summary>
 public NavList()
 {
     _items = new NavListCollection(this);
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NavList" /> class.
 /// </summary>
 public NavList()
 {
     _items = new NavListCollection(this);
 }