mirror of
https://github.com/hawkeye-stan/msfs-popout-panel-manager.git
synced 2025-02-16 16:34:28 +01:00
21 lines
415 B
C#
21 lines
415 B
C#
![]() |
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.ComponentModel;
|
|||
|
using System.Data;
|
|||
|
using System.Drawing;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
using System.Windows.Forms;
|
|||
|
|
|||
|
namespace MSFSPopoutPanelManager
|
|||
|
{
|
|||
|
public partial class PopoutCoorOverlayForm : Form
|
|||
|
{
|
|||
|
public PopoutCoorOverlayForm()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|