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