using System.Windows.Controls; namespace HC_APTBS.Views.UserControls { /// /// Done step of the Tests wizard — PASS/FAIL banner, results table, Run Again. /// DataContext is expected to be a . /// public partial class TestDoneView : UserControl { public TestDoneView() { InitializeComponent(); } } }