C# Class SIL.FieldWorks.TE.TeEditorialChecks.CheckingErrorCommentDlg

ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
CheckingErrorCommentDlg ( SIL.FieldWorks.TE.TeEditorialChecks.CheckingError error, IVwStylesheet stylesheet, IHelpTopicProvider helpTopicHandler ) : System

Protected Methods

Method Description
OnFormClosing ( FormClosingEventArgs e ) : void

Private Methods

Method Description
CheckingErrorCommentDlg ( ) : System

btnHelp_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnHelp control.

Method Details

CheckingErrorCommentDlg() public method

public CheckingErrorCommentDlg ( SIL.FieldWorks.TE.TeEditorialChecks.CheckingError error, IVwStylesheet stylesheet, IHelpTopicProvider helpTopicHandler ) : System
error SIL.FieldWorks.TE.TeEditorialChecks.CheckingError
stylesheet IVwStylesheet
helpTopicHandler IHelpTopicProvider
return System

OnFormClosing() protected method

protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
return void