private void btnBuscar_Click(object sender, EventArgs e)
        {
            Form vent = new ListadoCliente(txtDni);

            vent.Show();
            bloquearBoton(btnDeshabilitar);
            bloquearBoton(btnHabilitar);
        }
Beispiel #2
0
        private void btnBuscar_Click(object sender, EventArgs e)
        {
            Form v = new ListadoCliente(txtDni);

            v.Show();
        }