using System.Windows.Controls; namespace Compdfkit_Tools.PDFControl { public partial class OwnerPasswordControl : UserControl { public OwnerPasswordControl() { InitializeComponent(); } } }