namespace MSFSPopoutPanelManager { public struct Rect { public int Left; public int Top; public int Right; public int Bottom; } }