using System.Windows.Controls; namespace PDF_Master.Views.Dialog.HomePageToolsDialogs.HomePageBatchProcessing.HomePageBackground { /// /// Interaction logic for HomePageBackgroundCreateBaseContent /// public partial class HomePageBackgroundCreateBaseContent : UserControl { public HomePageBackgroundCreateBaseContent() { InitializeComponent(); } } }