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