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