using System.Windows.Controls; namespace HC_APTBS.Views.UserControls { /// /// Preconditions checklist for the Tests page wizard (ยง4b). /// DataContext is expected to be a . /// public partial class TestPreconditionsView : UserControl { public TestPreconditionsView() { InitializeComponent(); } } }