C# Класс BackTerminal.frmBookNew

Показать файл Открыть проект

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

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

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

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

Clean up any resources being used.

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

Метод Описание
CheckString ( string str, int length = int.MaxValue ) : bool
ErrorMessage ( string str ) : void
InitializeComboBoxLibrary ( ) : void
InitializeComponent ( ) : void

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

InitializeTreeViewCategory ( ) : void
NodeFromKey ( string key ) : TreeNode
TreeViewSelected ( ) : bool
buttonOK_Click ( object sender, EventArgs 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

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

public frmBookNew ( ) : System
Результат System