Click or drag to resize
IFlightSimulatorXViewInitialise Method
Records objects that will be passed on to IFlightSimulatorXPresenter 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(
	IBaseStationAircraftList baseStationAircraftList,
	ISimpleAircraftList flightSimulatorAircraftList,
	IWebServer webServer
)

Parameters

baseStationAircraftList
Type: VirtualRadar.Interface.BaseStationIBaseStationAircraftList
flightSimulatorAircraftList
Type: VirtualRadar.InterfaceISimpleAircraftList
webServer
Type: VirtualRadar.Interface.WebServerIWebServer
See Also