C# Class SIL.FieldWorks.IText.ChooseTextWritingSystemDlg

Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method 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

Method 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 method

public ChooseTextWritingSystemDlg ( ) : System
return System

Initialize() public method

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.
return void