//AGREGAR private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e) { nombUsuarioTextBox.Focus(); txtnueva.Visible = false; label4.Visible = false; lblcamb1.Visible = false; lblcontrasena.Text = "Contraseña"; contrasenaTextBox.ReadOnly = false; contrasenaTextBox.BackColor = Color.White; //txtnueva.ReadOnly = true; //txtnueva.BackColor = Color.Silver; //txtnueva.Text = ""; //txtconfirmar.ReadOnly = true; //txtconfirmar.BackColor = Color.Silver; txtconfirmar.Text = ""; listaSeguridadBindingNavigatorSaveItem.Enabled = true; _seguridad.AgregarUsuario(); listaSeguridadBindingSource.MoveLast(); DeshabilitarHabilitarBotones(false); }
private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e) { _seguridadBL.AgregarUsuario(); listaUsuariosBindingSource.MoveLast(); DeshabilitarHabilitarBotones(false); }