RedactionDocumentContent.xaml.cs 351 B

123456789101112131415
  1. using System.Windows.Controls;
  2. namespace PDF_Office.Views.EditTools.Redaction
  3. {
  4. /// <summary>
  5. /// Interaction logic for RedactionDocumentContent
  6. /// </summary>
  7. public partial class RedactionDocumentContent : UserControl
  8. {
  9. public RedactionDocumentContent()
  10. {
  11. InitializeComponent();
  12. }
  13. }
  14. }