Example #1
0
        private void btnLocalCliente_Click(object sender, EventArgs e)
        {
            lblInfo.Text             = "";
            frmconsultacli.OPReserva = 2;
            frmconsultacli.ShowDialog();

            intCli = frmconsultacli.RetornaID();

            CarregarCliente(intCli);
        }
Example #2
0
        private void toolStripMenuItem3_Click(object sender, EventArgs e)
        {
            frmConsultaClientes consultacliente = new frmConsultaClientes();

            consultacliente.ShowDialog();
        }