C# Class SIL.FieldWorks.Common.Framework.DetailControls.ConfigureWritingSystemsDlg

The configure writing systems dialog that is used by MultiStringSlice.
Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
ConfigureWritingSystemsDlg ( IEnumerable allWss, IEnumerable selectedWss, IHelpTopicProvider helpTopicProvider ) : System

Initializes a new instance of the ConfigureWritingSystemsDlg class.

Private Methods

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

Method Details

ConfigureWritingSystemsDlg() public method

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