Property | Type | Description | |
---|---|---|---|
m_importer |
Method | Description | |
---|---|---|
CheckDisposed ( ) : void |
Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else. This method is thread safe. |
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
ErrorMessage ( string message ) : void |
Displays an import error message.
|
|
Step ( int cSteps ) : void |
|
|
TeImportUi ( |
Initializes a new instance of the TeImportUi class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
|
Method | Description | |
---|---|---|
ErrorMessage ( SIL.FieldWorks.Common.ScriptureUtils.EncodingConverterException e ) : void | ||
OnCancelPressed ( object sender, System.CancelEventArgs e ) : void |
Called when the user pressed the cancel button on the progress dialog.
|
public ErrorMessage ( string message ) : void | ||
message | string | The message. |
return | void |
public TeImportUi ( |
||
progressDialog | The progress dialog. | |
helpTopicProvider | IHelpTopicProvider | The help topic provider. |
return | System |