C# 클래스 SIL.FieldWorks.Common.Framework.DetailControls.ConfigureWritingSystemsDlg

The configure writing systems dialog that is used by MultiStringSlice.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
ConfigureWritingSystemsDlg ( IEnumerable allWss, IEnumerable selectedWss, IHelpTopicProvider helpTopicProvider ) : System

Initializes a new instance of the ConfigureWritingSystemsDlg class.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

m_helpButton_Click ( object sender, EventArgs e ) : void
m_wsListBox_ItemCheck ( object sender, System.Windows.Forms.ItemCheckEventArgs e ) : void

메소드 상세

ConfigureWritingSystemsDlg() 공개 메소드

Initializes a new instance of the ConfigureWritingSystemsDlg class.
public ConfigureWritingSystemsDlg ( IEnumerable allWss, IEnumerable selectedWss, IHelpTopicProvider helpTopicProvider ) : System
allWss IEnumerable All writing systems to display.
selectedWss IEnumerable The selected writing systems.
helpTopicProvider IHelpTopicProvider The help topic provider.
리턴 System