private void button1_Click(object sender, EventArgs e) { funciones n = new funciones(); n.BD_AgregarRol(textBox1); n.BD_Roles(dataGridView1, this); }
//boton para agregar usaurios private void button2_Click_1(object sender, EventArgs e) { funciones n = new funciones(); n.BD_AgregarOperador(txtNombre, txtApellido, txtEdad, txtDomicilio, txtTelefono, txtMovil, txtCorreo, txtNEmpleado, txtUsuario, txtpassword, cbRol); }
public Caja() { InitializeComponent(); funciones barra = new funciones(); barra.AgregarMenu(panel1, new Barra()); }
public agregarRol() { InitializeComponent(); funciones n = new funciones(); n.BD_Roles(dataGridView1, this); }
public Dispositivo() { InitializeComponent(); funciones n = new funciones(); //agregando barra personalizada n.AgregarMenu(panel1, new Barra()); }
public AgregarUsuario() { InitializeComponent(); funciones n = new funciones(); //agregando barra personalizada n.AgregarMenu(panel1, new Barra()); n.BD_mostrarRoles(cbRol, this); }
public ControlCamara() { InitializeComponent(); funciones n = new funciones(); //agregando barra personalizada n.AgregarMenu(panel1, new Barra()); }
public Clientes() { InitializeComponent(); funciones n = new funciones(); //agregando barra personalizada n.AgregarMenu(panel1, new Barra()); //cargando datos de la bd, se muestra tabla clientes n.BD_mostrarClientes(dataGridView1, this); }
public Almacen() { InitializeComponent(); funciones n = new funciones(); //agregando barra personalizada n.AgregarMenu(panel1, new Barra()); //cargando datos de la bd, se muestra tabla de usuarios n.BD_mostrarDispositivos(dataGridView1, this); }
public ModificarUsuario() { InitializeComponent(); funciones n = new funciones(); //agregando barra personalizada n.AgregarMenu(panel1, new Barra()); /*Adaptando ell tamaño de form al de la pantalla*/ n.BD_mostrarRoles(cbRol, this); }
private void button4_Click(object sender, EventArgs e) { funciones n = new funciones(); n.VentanaPanel(this); }
//boton para regresar private void button1_Click_1(object sender, EventArgs e) { funciones n = new funciones(); n.VentanaRH(this); }
private void button8_Click(object sender, EventArgs e) { funciones n = new funciones(); n.VentanaDispositivo(this); }
private void button3_Click(object sender, EventArgs e) { funciones n = new funciones(); n.CerrarSesion(this); }
private void button1_Click_1(object sender, EventArgs e) { funciones n = new funciones(); n.CerrarPrograma(this); }
private void button3_Click(object sender, EventArgs e) { funciones n = new funciones(); n.VentanaControlCamara(this); }