C# Class uninfe_ws.UserControl3

Inheritance: MetroFramework.Controls.MetroUserControl
Exibir arquivo Open project: akretion/uninfe Class Usage Examples

Public Methods

Method Description
UserControl3 ( ) : System
loadData ( NFe opcao, string uf ) : void
metroComboBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( 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.

RefreshDados ( ) : void
btnExcluir_Click ( object sender, EventArgs e ) : void
makebackup ( ) : void
metroButton1_Click ( object sender, EventArgs e ) : void
restorebackup ( ) : 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

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

UserControl3() public method

public UserControl3 ( ) : System
return System

loadData() public method

public loadData ( NFe opcao, string uf ) : void
opcao NFe
uf string
return void

metroComboBox1_SelectedIndexChanged() public method

public metroComboBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void