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

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

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

Метод Описание
MessageForm ( ) : System

construction of form

MessageForm ( string messages ) : System

construction method with parameter

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

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

WriteLog ( string logStr ) : void

The method is used to write line to log file

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

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 form
public MessageForm ( ) : System
Результат System

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

construction method with parameter
public MessageForm ( string messages ) : System
messages string messages
Результат System