1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-11-22 13:50:14 +00:00
msfs-popout-panel-manager/Model/PanelType.cs
2022-07-10 20:15:24 -04:00

12 lines
228 B
C#

namespace MSFSPopoutPanelManager.Model
{
public enum PanelType
{
FlightSimMainWindow,
BuiltInPopout,
CustomPopout,
MSFSTouchPanel,
WPFWindow,
MultiMonitorWindow
}
}