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

Inheritance: System.Windows.Forms.Form
Mostra file Open project: dibley1973/EventDispatcher

Protected Methods

Method Description
ApplicationEventHandlingFormBase ( IApplicationEventDispatcher applicationEventDispatcher ) : System
UnwireApplicationEventHandlers ( ) : void
WireUpApplicationEventHandlers ( ) : void

Private Methods

Method Description
ApplicationEventHandlingFormBase ( ) : System

Method Details

ApplicationEventHandlingFormBase() protected method

protected ApplicationEventHandlingFormBase ( IApplicationEventDispatcher applicationEventDispatcher ) : System
applicationEventDispatcher IApplicationEventDispatcher
return System

UnwireApplicationEventHandlers() protected method

protected UnwireApplicationEventHandlers ( ) : void
return void

WireUpApplicationEventHandlers() protected method

protected WireUpApplicationEventHandlers ( ) : void
return void