private void EDITLOGIN_KeyPress(object sender, KeyPressEventArgs e) { if (e.KeyChar == 13) { EDITSENHA.Focus(); } }
public void limpaTela() { EDITLOGIN.Clear(); EDITSENHA.Clear(); EDITSENHACONFIRMAR.Clear(); }