C# Класс Revit.SDK.Samples.TypeRegeneration.CS.MessageForm

The form is used to show the result
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddMessage ( string message, bool enableTimer ) : void

add text to the richtextbox and set time enable is true, then timer starts timing

MessageForm ( ) : System

construction of MessageForm

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

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

Clean up any resources being used.

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

Метод Описание
InitializeComponent ( ) : void

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

onTimeOut ( object source, System e ) : void

the method is executed when time is out, and set the timer enabled false,then timer stop timing

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

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

add text to the richtextbox and set time enable is true, then timer starts timing
public AddMessage ( string message, bool enableTimer ) : void
message string message from the regeneration
enableTimer bool enable or disable the timer elapsed event
Результат 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

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

construction of MessageForm
public MessageForm ( ) : System
Результат System