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