C# Class truecryptbrute.View.frmKeyfiles

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: IsNull/TCBrute

Public Properties

Property Type Description
colKeyfilePath System.Windows.Forms.ColumnHeader

Public Methods

Method Description
frmKeyfiles ( List KeyFiles = null ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CollectData ( ) : void
InitializeComponent ( ) : void

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

btnAddKeyfile_Click ( object sender, EventArgs e ) : void
btnRemove_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

frmKeyfiles() public method

public frmKeyfiles ( List KeyFiles = null ) : System
KeyFiles List
return System

Property Details

colKeyfilePath public_oe property

public System.Windows.Forms.ColumnHeader colKeyfilePath
return System.Windows.Forms.ColumnHeader