C# Class SIL.FieldWorks.IText.ChooseTextWritingSystemDlg

Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
ChooseTextWritingSystemDlg ( ) : System
Initialize ( FdoCache cache, IHelpTopicProvider helpTopicProvider, int wsCurrent ) : void

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

Private Methods

Méthode Description
m_btnHelp_Click ( object sender, EventArgs e ) : void
m_btnOK_Click ( object sender, EventArgs e ) : void
m_cbWritingSystems_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

ChooseTextWritingSystemDlg() public méthode

public ChooseTextWritingSystemDlg ( ) : System
Résultat System

Initialize() public méthode

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.
Résultat void