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