C# Class NFe.UI.FormSenha

Afficher le fichier Open project: akretion/uninfe Class Usage Examples

Méthodes publiques

Méthode Description
FormSenha ( bool fromMain ) : System
SolicitaSenha ( bool fromMain ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShown ( EventArgs e ) : void

Private Methods

Méthode 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 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

FormSenha() public méthode

public FormSenha ( bool fromMain ) : System
fromMain bool
Résultat System

OnShown() protected méthode

protected OnShown ( EventArgs e ) : void
e EventArgs
Résultat void

SolicitaSenha() public static méthode

public static SolicitaSenha ( bool fromMain ) : bool
fromMain bool
Résultat bool