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