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