using System.Windows.Controls; namespace HC_APTBS.Views.UserControls { /// /// HMI-style bench readings panel (RPM, pressures, temperatures, Q flows) /// rendered on the Bench page. Shares the LcdBlue style with the /// dashboard equivalent but is wider and includes QDelivery + QOver. /// public partial class BenchReadingsView : UserControl { /// Initializes a new instance of the control. public BenchReadingsView() { InitializeComponent(); } } }