using System.Windows.Controls; namespace HC_APTBS.Views.UserControls { /// Code-behind for BenchParamConfigView — no logic; all behaviour is in the ViewModel. public partial class BenchParamConfigView : UserControl { public BenchParamConfigView() => InitializeComponent(); } }