using System.Windows.Controls; namespace MSFSPopoutPanelManager.MainApp { public partial class ProfileCardEmpty : UserControl { public ProfileCardEmpty() { InitializeComponent(); } } }