using System.Windows.Controls; namespace HC_APTBS.Views.UserControls { /// /// Inline unlock panel (Pump page ยง3.e). DataContext is the /// shared UnlockProgressViewModel also driving the floating /// progress dialog. /// public partial class UnlockPanelView : UserControl { public UnlockPanelView() { InitializeComponent(); } } }