C# Class View.Frm_Login

Afficher le fichier Open project: CristianoRC/SoftwareOrdemDeServico

Méthodes publiques

Méthode Description
Frm_Login ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Btm_Sair_Click ( object sender, EventArgs e ) : void
Frm_Login_FormClosing ( object sender, FormClosingEventArgs e ) : void
Frm_Login_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.

Txt_Login_KeyPress ( object sender, KeyPressEventArgs e ) : void
Txt_Senha_KeyPress ( object sender, KeyPressEventArgs e ) : void
bTM_lOGAR_Click ( object sender, EventArgs e ) : void
logar ( string login, string senha ) : 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

Frm_Login() public méthode

public Frm_Login ( ) : System
Résultat System