C# Класс VietOCR.NET.GUIWithInputMethod

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

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

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

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

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

Clean up any resources being used.

LoadRegistryInfo ( RegistryKey regkey ) : void
OnLoad ( EventArgs ea ) : void
SaveRegistryInfo ( RegistryKey regkey ) : void

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

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

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

MenuKeyboardInputMethodOnClick ( object obj, EventArgs ea ) : 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

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

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

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

protected LoadRegistryInfo ( RegistryKey regkey ) : void
regkey RegistryKey
Результат void

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

protected OnLoad ( EventArgs ea ) : void
ea EventArgs
Результат void

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

protected SaveRegistryInfo ( RegistryKey regkey ) : void
regkey RegistryKey
Результат void