mirror of
https://github.com/hawkeye-stan/msfs-popout-panel-manager.git
synced 2025-02-18 01:14:29 +01:00
11 lines
214 B
C#
11 lines
214 B
C#
![]() |
namespace MSFSPopoutPanelManager.MainApp.AppUserControl
|
|||
|
{
|
|||
|
public partial class PopOutPanelListEmpty
|
|||
|
{
|
|||
|
public PopOutPanelListEmpty()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|