AddCertificationDialog.xaml 697 B

1234567891011121314
  1. <Window x:Class="Compdfkit_Tools.DigitalSignature.AddCertificationControl.AddCertificationDialog"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  5. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  6. xmlns:local="clr-namespace:Compdfkit_Tools.DigitalSignature.AddCertificationControl"
  7. mc:Ignorable="d"
  8. Title="AddCertificationDialog" Height="505" Width="462"
  9. Loaded="Window_Loaded"
  10. Unloaded="Window_Unloaded">
  11. <Border x:Name="BodyBd">
  12. </Border>
  13. </Window>