C# Class NFe.UI.FormSenha

Mostra file Open project: akretion/uninfe Class Usage Examples

Public Methods

Method Description
FormSenha ( bool fromMain ) : System
SolicitaSenha ( bool fromMain ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShown ( EventArgs e ) : void

Private Methods

Method Description
FormSenha_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

metroButton1_Click ( object sender, EventArgs e ) : void
metroButton2_Click ( object sender, EventArgs e ) : void
tbSenha_KeyDown ( object sender, KeyEventArgs 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

FormSenha() public method

public FormSenha ( bool fromMain ) : System
fromMain bool
return System

OnShown() protected method

protected OnShown ( EventArgs e ) : void
e EventArgs
return void

SolicitaSenha() public static method

public static SolicitaSenha ( bool fromMain ) : bool
fromMain bool
return bool