Click or drag to resize
IMainPresenterView Property
Gets the view that created the presenter, and which is being controlled by the presenter.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IMainView View { get; }

Property Value

Type: IMainView
See Also