AddExistedCertificationDialog.xaml.cs 421 B

123456789101112131415161718
  1. using System.Windows;
  2. using System.Windows.Controls;
  3. namespace Compdfkit_Tools.DigitalSignature.AddCertificationControl
  4. {
  5. public partial class AddExistedCertificationDialog : Window
  6. {
  7. public AddExistedCertificationDialog()
  8. {
  9. InitializeComponent();
  10. }
  11. private void FileNameText_TextChanged(object sender, TextChangedEventArgs e)
  12. {
  13. }
  14. }
  15. }