//botao chama tela clientes private void bt_Clientes_Click(object sender, EventArgs e) { Cad_Cliente TelaCliente = new Cad_Cliente(); TelaCliente.Show(); }
//barra chama tela cliente private void clientesToolStripMenuItem1_Click(object sender, EventArgs e) { Cad_Cliente TblCliente = new Cad_Cliente(); TblCliente.Show(); }