using System.Windows.Controls; namespace PDF_Master.Views.EditTools.HeaderFooter { /// /// Interaction logic for HeaderFooterContent /// public partial class HeaderFooterContent : UserControl { public HeaderFooterContent() { InitializeComponent(); } } }