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