C# Class Dibware.EventDispatcher.UI.Forms.FormB

Afficher le fichier Open project: dibley1973/EventDispatcher Class Usage Examples

Méthodes publiques

Méthode Description
FormB ( IApplicationEventDispatcher applicationEventDispatcher ) : Dibware.EventDispatcher.Core.Contracts

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

UnwireApplicationEventHandlers ( ) : void
WireUpApplicationEventHandlers ( ) : void

Private Methods

Méthode Description
DisplayMessageText ( string text ) : void
HandleMessageEvent ( MessageEvent @event ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SendMessageButton_Click ( object sender, System e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FormB() public méthode

public FormB ( IApplicationEventDispatcher applicationEventDispatcher ) : Dibware.EventDispatcher.Core.Contracts
applicationEventDispatcher IApplicationEventDispatcher
Résultat Dibware.EventDispatcher.Core.Contracts

UnwireApplicationEventHandlers() protected méthode

protected UnwireApplicationEventHandlers ( ) : void
Résultat void

WireUpApplicationEventHandlers() protected final méthode

protected final WireUpApplicationEventHandlers ( ) : void
Résultat void