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

Inheritance: Dibware.EventDispatcher.UI.Base.ApplicationEventHandlingBase
ファイルを表示 Open project: dibley1973/EventDispatcher Class Usage Examples

Public Methods

Method Description
MainFormController ( IApplicationEventDispatcher applicationEventDispatcher ) : System.Windows.Forms

Protected Methods

Method Description
Dispose ( bool disposing ) : void
UnwireApplicationEventHandlers ( ) : void
WireUpApplicationEventHandlers ( ) : void

Private Methods

Method Description
HandleHelloWorld ( HelloWorldShouted @event ) : void
HandleProcessStarted ( ProcessStarted @event ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MainFormController() public method

public MainFormController ( IApplicationEventDispatcher applicationEventDispatcher ) : System.Windows.Forms
applicationEventDispatcher IApplicationEventDispatcher
return System.Windows.Forms

UnwireApplicationEventHandlers() protected method

protected UnwireApplicationEventHandlers ( ) : void
return void

WireUpApplicationEventHandlers() protected final method

protected final WireUpApplicationEventHandlers ( ) : void
return void