using System.Windows.Controls; namespace HC_APTBS.Views.UserControls { /// /// Fluent card providing RPM numeric input, preset buttons, Start/Stop and /// voltage readout for manual bench motor control. /// DataContext = . /// public partial class BenchRpmCommandCard : UserControl { public BenchRpmCommandCard() => InitializeComponent(); } }