C# 클래스 SIL.FieldWorks.IText.ChooseTextWritingSystemDlg

파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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