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