예제 #1
0
        private void RltVendasP_Click(object sender, EventArgs e)
        {
            this.Hide();
            BuscaCliente bc = new BuscaCliente();

            bc.ShowDialog();
        }
예제 #2
0
        private void buscaToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            BuscaCliente b = new BuscaCliente();

            b.ShowDialog();
        }