using System.Windows.Controls; namespace HC_APTBS.Views.UserControls { public partial class PumpCommandsCard : UserControl { public PumpCommandsCard() => InitializeComponent(); } }