Click or drag to resize
IMainViewInitialise 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.WebServerIUniversalPlugAndPlayManager
flightSimulatorXAircraftList
Type: VirtualRadar.InterfaceISimpleAircraftList
See Also