Пример #1
0
        private void btnPesqProCli_Click(object sender, EventArgs e)
        {
            FormPesqProCli pesqcli = new FormPesqProCli();

            pesqcli.Show();
            this.Hide();
        }
Пример #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            FormPesqProCli cli = new FormPesqProCli();

            cli.Show();
            this.Hide();
        }