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