mirror of
https://github.com/hawkeye-stan/msfs-popout-panel-manager.git
synced 2024-11-25 15:20:10 +00:00
12 lines
232 B
C#
12 lines
232 B
C#
using System.Windows.Forms;
|
|
|
|
namespace MSFSPopoutPanelManager.UI
|
|
{
|
|
public partial class PopoutCoorOverlayForm : Form
|
|
{
|
|
public PopoutCoorOverlayForm()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|