C# Class ATMLCommonLibrary.forms.DirectorySelectionForm

Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Methods

Method Description
DirectorySelectionForm ( string startingLocation ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

btnOk_Click ( object sender, EventArgs e ) : void

Private Methods

Method 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 method

public DirectorySelectionForm ( string startingLocation ) : System
startingLocation string
return System

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

btnOk_Click() protected method

protected btnOk_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void