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