using System.Windows.Controls; namespace VersOne.Epub.WpfDemo.Controls { /// /// Navigation tree view control. /// public partial class NavigationTreeView : TreeView { /// /// Initializes a new instance of the class. /// public NavigationTreeView() { InitializeComponent(); } } }