using System.Windows.Forms; namespace MSFSPopoutPanelManager.UI { public partial class PopoutCoorOverlayForm : Form { public PopoutCoorOverlayForm() { InitializeComponent(); } } }