using System.Windows.Controls; namespace HC_APTBS.Views.UserControls { /// /// Curated bank of auxiliary relay toggles rendered on the Bench page. /// Hosts Electronic, Flasher, and Pulse4Signal toggles with state indication. /// public partial class RelayBankView : UserControl { /// Initializes a new instance of the control. public RelayBankView() { InitializeComponent(); } } }