Esempio n. 1
0
        private void ConsultarClientePorDocumento_Click(object sender, EventArgs e)
        {
            View_BuscarCliente vbc = new View_BuscarCliente(false);

            vbc.ShowDialog();
        }
Esempio n. 2
0
        private void ConsultarClientePorUsuario_Click(object sender, EventArgs e)
        {
            View_BuscarCliente vbc = new View_BuscarCliente(true);

            vbc.ShowDialog();
        }