using System.Windows.Controls; namespace HC_APTBS.Views.Pages { /// /// Results navigation page (ยง5 in docs/ui-structure.md). /// Review, compare, and export completed test runs. DataContext must be a /// . /// public partial class ResultsPage : UserControl { public ResultsPage() => InitializeComponent(); } }