C# Class SIL.FieldWorks.XWorks.ExportSemanticDomainsDlg

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
ExportSemanticDomainsDlg ( ) : System
Initialize ( SIL.FieldWorks.FDO.FdoCache cache ) : void

Initialize the dialog with all needed information.

Private Methods

Method Description
CreateItemForWs ( CoreImpl xws ) : object
FillInWritingSystems ( ) : void
m_writingSystemsListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

ExportSemanticDomainsDlg() public method

public ExportSemanticDomainsDlg ( ) : System
return System

Initialize() public method

Initialize the dialog with all needed information.
public Initialize ( SIL.FieldWorks.FDO.FdoCache cache ) : void
cache SIL.FieldWorks.FDO.FdoCache
return void