C# Class SharpBoot.USBFrm

Exibir arquivo Open project: zdimension/SharpBoot Class Usage Examples

Public Methods

Method Description
SetProgress ( int v ) : void
USBFrm ( ) : System
USBFrm ( string header, string cbxt, string button, bool dialog = true ) : System
loadkeys ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

btnOK_Click ( object sender, EventArgs e ) : void
btnRefresh_Click ( object sender, EventArgs e ) : void
cbxUSB_SelectedIndexChanged ( 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

SetProgress() public method

public SetProgress ( int v ) : void
v int
return void

USBFrm() public method

public USBFrm ( ) : System
return System

USBFrm() public method

public USBFrm ( string header, string cbxt, string button, bool dialog = true ) : System
header string
cbxt string
button string
dialog bool
return System

loadkeys() public method

public loadkeys ( ) : void
return void