using System.Windows.Controls; namespace HC_APTBS.Views.UserControls { /// /// Fluent card with two rows of KPI tiles showing bench live readings /// (RPM, pressures, flow, temperatures). /// DataContext = . /// public partial class BenchLiveDataCard : UserControl { public BenchLiveDataCard() => InitializeComponent(); } }