C# Class Dibware.EventDispatcher.UI.Forms.Base.ApplicationEventHandlingFormBase

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: dibley1973/EventDispatcher

Méthodes protégées

Méthode Description
ApplicationEventHandlingFormBase ( IApplicationEventDispatcher applicationEventDispatcher ) : System
UnwireApplicationEventHandlers ( ) : void
WireUpApplicationEventHandlers ( ) : void

Private Methods

Méthode Description
ApplicationEventHandlingFormBase ( ) : System

Method Details

ApplicationEventHandlingFormBase() protected méthode

protected ApplicationEventHandlingFormBase ( IApplicationEventDispatcher applicationEventDispatcher ) : System
applicationEventDispatcher IApplicationEventDispatcher
Résultat System

UnwireApplicationEventHandlers() protected méthode

protected UnwireApplicationEventHandlers ( ) : void
Résultat void

WireUpApplicationEventHandlers() protected méthode

protected WireUpApplicationEventHandlers ( ) : void
Résultat void