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