C# Class Dibware.EventDispatcher.UI.FormControllers.MainFormController

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

Méthodes publiques

Méthode Description
MainFormController ( IApplicationEventDispatcher applicationEventDispatcher ) : System.Windows.Forms

Méthodes protégées

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

Private Methods

Méthode Description
HandleHelloWorld ( HelloWorldShouted @event ) : void
HandleProcessStarted ( ProcessStarted @event ) : void

Method Details

Dispose() protected méthode

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

MainFormController() public méthode

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

UnwireApplicationEventHandlers() protected méthode

protected UnwireApplicationEventHandlers ( ) : void
Résultat void

WireUpApplicationEventHandlers() protected final méthode

protected final WireUpApplicationEventHandlers ( ) : void
Résultat void