Click or drag to resize
IShutdownViewInitialise Method
Records references to objects that will be passed on to the presenter when the time comes to create it.

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,
	IBaseStationAircraftList baseStationAircraftList
)

Parameters

uPnpManager
Type: VirtualRadar.Interface.WebServerIUniversalPlugAndPlayManager
baseStationAircraftList
Type: VirtualRadar.Interface.BaseStationIBaseStationAircraftList
See Also