using System.Collections.Generic; namespace MSFSPopoutPanelManager.TouchPanelAgent { public class TouchPanelManager { public static List GetPlaneProfiles() { return ConfigurationReader.GetPlaneProfilesConfiguration(); } } }