1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2025-02-16 16:34:28 +01:00
msfs-popout-panel-manager/Model/PanelType.cs

11 lines
181 B
C#
Raw Normal View History

2022-01-27 14:40:04 +01:00
namespace MSFSPopoutPanelManager.Model
2021-12-14 06:40:07 +01:00
{
public enum PanelType
{
FlightSimMainWindow,
BuiltInPopout,
2021-12-20 15:57:33 +01:00
CustomPopout,
MSFSTouchPanel
2021-12-14 06:40:07 +01:00
}
}