using System.Windows.Controls; namespace HC_APTBS.Views.Pages { /// /// Tests navigation page. DataContext is expected to be a /// . /// public partial class TestsPage : UserControl { public TestsPage() { InitializeComponent(); } } }