C# Class ATMLCommonLibrary.controls.document.LegalDocumentForm

Inheritance: ATMLCommonLibrary.forms.ATMLForm
Exibir arquivo Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void
SaveToDatabase void
btnExportDocument_Click void
btnImportDocument_Click void
btnSaveToDatabase_Click void

Public Methods

Method Description
LegalDocumentForm ( ) : System
LegalDocumentForm ( Document document ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SaveToDatabase ( ) : void
btnExportDocument_Click ( object sender, EventArgs e ) : void
btnImportDocument_Click ( object sender, EventArgs e ) : void
btnSaveToDatabase_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

LegalDocumentForm() public method

public LegalDocumentForm ( ) : System
return System

LegalDocumentForm() public method

public LegalDocumentForm ( Document document ) : System
document Document
return System