C# Class SIL.FieldWorks.TE.DraftPropertiesDialog

Dialog to present the Protected status and Description of an ScrDraft for editing.
Inheritance: System.Windows.Forms.Form
Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
DraftPropertiesDialog ( ) : System

Constructor.

SetDialogInfo ( IScrDraft draft ) : void

Initialize the window

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void

Save results when closed.

Method Details

DraftPropertiesDialog() public method

Constructor.
public DraftPropertiesDialog ( ) : System
return System

OnClosed() protected method

Save results when closed.
protected OnClosed ( EventArgs e ) : void
e System.EventArgs The that contains the event data.
return void

SetDialogInfo() public method

Initialize the window
public SetDialogInfo ( IScrDraft draft ) : void
draft IScrDraft The draft.
return void