Initializes updater.

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Updater(
	string s,
	FlightPlan fp
)
Visual Basic
Public Sub New ( _
	s As String, _
	fp As FlightPlan _
)
Visual C++
public:
Updater(
	String^ s, 
	FlightPlan^ fp
)

Parameters

s
Type: System..::..String
A String containing the XML description of the updates.
fp
Type: FlightPlan..::..FlightPlan
The FlightPlan that is going to be updated.

See Also