- using System.Windows.Controls;
- namespace PDF_Master.Views.HomePanel.PDFTools
- {
- /// <summary>
- /// Interaction logic for HomeFilesContent
- /// </summary>
- public partial class HomeFilesContent : UserControl
- {
- public HomeFilesContent()
- {
- InitializeComponent();
- }
- }
- }
|