using System.Windows.Controls; namespace HC_APTBS.Views.UserControls { /// /// Manual drive control panel for the Bench page: direction toggle, /// RPM start/stop with quick-select popup, oil pump, and turn counter. /// public partial class BenchDriveControlView : UserControl { /// Initializes a new instance of the control. public BenchDriveControlView() { InitializeComponent(); } } }