Click or drag to resize
ISplashViewInitialise 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(
	string[] commandLineArgs,
	EventHandler<EventArgs<Exception>> backgroundThreadExceptionHandler
)

Parameters

commandLineArgs
Type: SystemString
backgroundThreadExceptionHandler
Type: SystemEventHandlerEventArgsException
See Also