Click or drag to resize
ISplashPresenter Interface
The interface for objects that control the initial splash screen.

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

The ISplashPresenter type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundThreadExceptionHandler
Gets or sets the delegate that will be hooked up to the ExceptionCaught events for objects that implement IBackgroundThreadExceptionCatcher.
Public propertyCommandLineArgs
Gets or sets the command-line arguments that were passed to the program on startup.
Public propertyProvider
Gets or sets the object that abstracts away the environment for testing.
Top
Methods
See Also