C# Class ATMLCommonLibrary.forms.DirectorySelectionForm

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Méthodes publiques

Méthode Description
DirectorySelectionForm ( string startingLocation ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

btnOk_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

cmbDirectories_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
lbDirectories_DrawItem ( object sender, DrawItemEventArgs e ) : void
lbDirectories_MouseDoubleClick ( object sender, MouseEventArgs e ) : void

Method Details

DirectorySelectionForm() public méthode

public DirectorySelectionForm ( string startingLocation ) : System
startingLocation string
Résultat System

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

btnOk_Click() protected méthode

protected btnOk_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void