Gets the list of Airports for this Form.
Namespace: FlightPlan.Optimizer.GUIAssembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public ListOfAirports Airports { get; } |
Visual Basic |
---|
Public ReadOnly Property Airports As ListOfAirports Get |
Visual C++ |
---|
public: property ListOfAirports^ Airports { ListOfAirports^ get (); } |