using System.Windows.Controls; namespace HC_APTBS.Views.UserControls { /// /// Bench temperature control panel: PID setpoint input and /// heater / deposit cooler / T-in cooler relay toggles. /// public partial class TemperatureControlView : UserControl { /// Initializes a new instance of the control. public TemperatureControlView() { InitializeComponent(); } } }