C# Class uninfe_ws.UserControl3

Inheritance: MetroFramework.Controls.MetroUserControl
Afficher le fichier Open project: akretion/uninfe Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

RefreshDados ( ) : void
btnExcluir_Click ( object sender, EventArgs e ) : void
makebackup ( ) : void
metroButton1_Click ( object sender, EventArgs e ) : void
restorebackup ( ) : void

Method Details

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

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

UserControl3() public méthode

public UserControl3 ( ) : System
Résultat System

loadData() public méthode

public loadData ( NFe opcao, string uf ) : void
opcao NFe
uf string
Résultat void

metroComboBox1_SelectedIndexChanged() public méthode

public metroComboBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void