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