C# Class PDFExport.PDFExportFinished

A form which gets displayed after the PDF-Export has finished.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: gbaychev/NClass

Méthodes publiques

Méthode Description
PDFExportFinished ( ) : System.Windows.Forms

Initializes a new instance of PDFExportFinished.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

LocalizeComponents ( ) : void

Displays the text for the current culture.

Method Details

Dispose() protected méthode

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

PDFExportFinished() public méthode

Initializes a new instance of PDFExportFinished.
public PDFExportFinished ( ) : System.Windows.Forms
Résultat System.Windows.Forms