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