Click or drag to resize
IPresenterT Interface
The base interface that all presenters must implement.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IPresenter<T>

Type Parameters

T
The interface type of the view that the presenter is controlling.

The IPresenterT type exposes the following members.

Methods
  NameDescription
Public methodInitialise
Initialises the view.
Top
See Also