IPresenterTInitialise Method |
Initialises the view.
Namespace: VirtualRadar.Interface.PresenterAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Initialise(
T view
)
Sub Initialise (
view As T
)
void Initialise(
T view
)
abstract Initialise :
view : 'T -> unit
Parameters
- view
- Type: T
See Also