Click or drag to resize
IMainView.Initialise Method
Records references to objects that will be set on IMainPresenter when it is created.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Initialise(
	IUniversalPlugAndPlayManager uPnpManager,
	ISimpleAircraftList flightSimulatorXAircraftList
)

Parameters

uPnpManager
Type: VirtualRadar.Interface.WebServer.IUniversalPlugAndPlayManager
flightSimulatorXAircraftList
Type: VirtualRadar.Interface.ISimpleAircraftList
See Also