using System.Windows.Controls; namespace PDF_Office.Views.EditTools.Background { /// /// Interaction logic for BackgroundCreateFileContent /// public partial class BackgroundCreateFileContent : UserControl { public BackgroundCreateFileContent() { InitializeComponent(); } } }