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

11 lines
181 B
C#
Raw Normal View History

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