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