C# Class NFe.UI.Formularios.userConfiguracao_ftp

Inheritance: MetroFramework.Controls.MetroUserControl
Mostra file Open project: akretion/uninfe Class Usage Examples

Public Methods

Method Description
FocusFirstControl ( ) : void
Populate ( NFe empresa ) : void
Validar ( ) : void
userConfiguracao_ftp ( ) : System

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.

btnTestarFTP_Click ( object sender, EventArgs e ) : void
edtFTP_Ativo_CheckedChanged ( object sender, EventArgs e ) : void
edtFTP_Server_TextChanged ( 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

FocusFirstControl() public method

public FocusFirstControl ( ) : void
return void

OnLoad() protected method

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

Populate() public method

public Populate ( NFe empresa ) : void
empresa NFe
return void

Validar() public method

public Validar ( ) : void
return void

userConfiguracao_ftp() public method

public userConfiguracao_ftp ( ) : System
return System