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