Exemple #1
0
        //botao chama tela clientes
        private void bt_Clientes_Click(object sender, EventArgs e)
        {
            Cad_Cliente TelaCliente = new Cad_Cliente();

            TelaCliente.Show();
        }
Exemple #2
0
        //barra chama tela cliente
        private void clientesToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            Cad_Cliente TblCliente = new Cad_Cliente();

            TblCliente.Show();
        }