Click or drag to resize
IAircraftOnlineLookupLogPresenter Interface
The presenter that controls IAircraftOnlineLookupLogView.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAircraftOnlineLookupLogPresenter : IPresenter<IAircraftOnlineLookupLogView>, 
	IDisposable

The IAircraftOnlineLookupLogPresenter type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInitialise
Initialises the view.
(Inherited from IPresenterT.)
Top
See Also