private void btnPesqProCli_Click(object sender, EventArgs e) { FormPesqProCli pesqcli = new FormPesqProCli(); pesqcli.Show(); this.Hide(); }
private void button2_Click(object sender, EventArgs e) { FormPesqProCli cli = new FormPesqProCli(); cli.Show(); this.Hide(); }