private void button4_Click(object sender, EventArgs e) { CadastroCliente janela = new CadastroCliente(); janela.ShowDialog(); }
private void pictureBox1_Click(object sender, EventArgs e) { CadastroCliente janela = new CadastroCliente(); janela.ShowDialog(); }