- using System.Windows.Controls;
- namespace PDF_Office.Views.EditTools.Background
- {
- /// <summary>
- /// Interaction logic for BackgroundDocumentContent
- /// </summary>
- public partial class BackgroundDocumentContent : UserControl
- {
- public BackgroundDocumentContent()
- {
- InitializeComponent();
- }
- }
- }
|