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