C# Класс Dibware.EventDispatcher.UI.Forms.FormA

Наследование: Dibware.EventDispatcher.UI.Forms.Base.ApplicationEventHandlingFormBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FormA ( IApplicationEventDispatcher applicationEventDispatcher ) : Dibware.EventDispatcher.Core.Contracts

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

UnwireApplicationEventHandlers ( ) : void
WireUpApplicationEventHandlers ( ) : void

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

FormA() публичный Метод

public FormA ( IApplicationEventDispatcher applicationEventDispatcher ) : Dibware.EventDispatcher.Core.Contracts
applicationEventDispatcher IApplicationEventDispatcher
Результат Dibware.EventDispatcher.Core.Contracts

UnwireApplicationEventHandlers() защищенный Метод

protected UnwireApplicationEventHandlers ( ) : void
Результат void

WireUpApplicationEventHandlers() защищенный закрытый Метод

protected final WireUpApplicationEventHandlers ( ) : void
Результат void