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