C# Class View.UI.ViewLogin.frmGerenciarLogin

ファイルを表示 Open project: mikemajesty/Caixapadariav2

Public Methods

Method Description
frmGerenciarLogin ( ) : Mike.Utilities.Desktop

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CarregaGrid ( ) : void
CarregarTextoDePermissao ( ) : void
FecharForm ( ) : void
FocarNoTxt ( ) : void
InitializeComponent ( ) : void

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

InstanciaUsuarioRepositorio ( ) : void
LimparTxt ( ) : void
PegaLinhaSelecionadaDOGrid ( ) : string
btnAlterar_Click ( object sender, EventArgs e ) : void
btnDeletar_Click ( object sender, EventArgs e ) : void
btnNovo_Click ( object sender, EventArgs e ) : void
btnSair_Click ( object sender, EventArgs e ) : void
dgvUsuarios_CellDoubleClick ( object sender, DataGridViewCellEventArgs e ) : void
dgvUsuarios_KeyDown ( object sender, KeyEventArgs e ) : void
frmGerenciarLogin_Load ( object sender, EventArgs e ) : void
txtPesquisar_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtPesquisar_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

frmGerenciarLogin() public method

public frmGerenciarLogin ( ) : Mike.Utilities.Desktop
return Mike.Utilities.Desktop