Ejemplo n.º 1
0
        private void Mostrar_Click(object sender, EventArgs e)
        {
            ConecxionDB c = new ConecxionDB();

            c.MostrarDepartamento(DepartamentosInfo, int.Parse(Codigo.Text));
        }
Ejemplo n.º 2
0
        private void Mostrar_Click(object sender, EventArgs e)
        {
            ConecxionDB c = new ConecxionDB();

            c.MostrarEmpleado(infoEmpleado, int.Parse(Codigo.Text));
        }
Ejemplo n.º 3
0
        private void Mostrar_Click(object sender, EventArgs e)
        {
            ConecxionDB c = new ConecxionDB();

            c.MostrarCargo(MostrarCargo, int.Parse(Codigo.Text));
        }