using System.Windows.Controls;
namespace VersOne.Epub.WpfDemo.Controls
{
///
/// Navigation header button control.
///
public partial class NavigationHeader : Button
{
///
/// Initializes a new instance of the class.
///
public NavigationHeader()
{
InitializeComponent();
}
}
}