public UpperLayer() { this.pid = PIDManager.GetInstance(); this.ga = GlobalArea.GetInstance(); this.ap = AircraftPerformance.GetInstance(); this.activated = false; }
public UpperLayer () { this.pid = PIDManager.GetInstance(); this.ga = GlobalArea.GetInstance(); this.ap = AircraftPerformance.GetInstance(); this.activated = false; }
public static AircraftPerformance GetInstance() { if (instance == null) { instance = new AircraftPerformance(); } return(instance); }
public static AircraftPerformance GetInstance() { if(instance == null) instance = new AircraftPerformance(); return instance; }