using System.Windows.Controls; namespace HC_APTBS.Views.UserControls { /// /// Fluent card with a 2×2 grid of compact real-time bench charts /// (Q-Delivery, Q-Over, P1, P2). /// DataContext = . /// public partial class BenchChartsCard : UserControl { public BenchChartsCard() => InitializeComponent(); } }