C# Класс SIL.FieldWorks.IText.ChooseTextWritingSystemDlg

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ChooseTextWritingSystemDlg ( ) : System
Initialize ( FdoCache cache, IHelpTopicProvider helpTopicProvider, int wsCurrent ) : void

Populate the combo box and default to the ws from the current text.

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

Метод Описание
m_btnHelp_Click ( object sender, EventArgs e ) : void
m_btnOK_Click ( object sender, EventArgs e ) : void
m_cbWritingSystems_SelectedIndexChanged ( object sender, EventArgs e ) : void

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

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

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

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

Populate the combo box and default to the ws from the current text.
public Initialize ( FdoCache cache, IHelpTopicProvider helpTopicProvider, int wsCurrent ) : void
cache FdoCache The cache.
helpTopicProvider IHelpTopicProvider The help topic provider.
wsCurrent int The ws current.
Результат void