OwnerPasswordControl.xaml.cs 237 B

123456789101112
  1. using System.Windows.Controls;
  2. namespace Compdfkit_Tools.PDFControl
  3. {
  4. public partial class OwnerPasswordControl : UserControl
  5. {
  6. public OwnerPasswordControl()
  7. {
  8. InitializeComponent();
  9. }
  10. }
  11. }