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