C# Class Dibware.EventDispatcher.UI.MainProcess

Inheritance: Dibware.EventDispatcher.UI.Base.ApplicationEventHandlingBase
Afficher le fichier Open project: dibley1973/EventDispatcher Class Usage Examples

Méthodes publiques

Méthode Description
MainProcess ( IApplicationEventDispatcher applicationEventDispatcher ) : System.Windows.Forms
Start ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
UnwireApplicationEventHandlers ( ) : void
WireUpApplicationEventHandlers ( ) : void

Private Methods

Méthode Description
HandleProcessExiting ( ProcessExiting @event ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MainProcess() public méthode

public MainProcess ( IApplicationEventDispatcher applicationEventDispatcher ) : System.Windows.Forms
applicationEventDispatcher IApplicationEventDispatcher
Résultat System.Windows.Forms

Start() public méthode

public Start ( ) : void
Résultat void

UnwireApplicationEventHandlers() protected méthode

protected UnwireApplicationEventHandlers ( ) : void
Résultat void

WireUpApplicationEventHandlers() protected méthode

protected WireUpApplicationEventHandlers ( ) : void
Résultat void