C# Class TranslateTool.GenerationDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Méthodes publiques

Свойство Type Description
ResDirectory ResourceDirectory

Méthodes publiques

Méthode Description
GenerationDialog ( ) : System
GenerationDialog ( ResourceDirectory resDir ) : System

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.

generateButton_Click ( object sender, EventArgs e ) : void

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

GenerationDialog() public méthode

public GenerationDialog ( ) : System
Résultat System

GenerationDialog() public méthode

public GenerationDialog ( ResourceDirectory resDir ) : System
resDir ResourceDirectory
Résultat System

Property Details

ResDirectory public_oe property

public ResourceDirectory,TranslateTool ResDirectory
Résultat ResourceDirectory