C# Class Dibware.EventDispatcher.UI.MainProcess

Inheritance: Dibware.EventDispatcher.UI.Base.ApplicationEventHandlingBase
Datei anzeigen Open project: dibley1973/EventDispatcher Class Usage Examples

Public Methods

Method Description
MainProcess ( IApplicationEventDispatcher applicationEventDispatcher ) : System.Windows.Forms
Start ( ) : void

Protected Methods

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

Private Methods

Method Description
HandleProcessExiting ( ProcessExiting @event ) : void

Method Details

Dispose() protected method

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

MainProcess() public method

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

Start() public method

public Start ( ) : void
return void

UnwireApplicationEventHandlers() protected method

protected UnwireApplicationEventHandlers ( ) : void
return void

WireUpApplicationEventHandlers() protected method

protected WireUpApplicationEventHandlers ( ) : void
return void