Example #1
0
        private void bt_edi_Click(object sender, EventArgs e)
        {
            f_cadastrar update = new f_cadastrar(cod_upd, pess.nome);

            this.Dispose();
            update.ShowDialog();
        }
Example #2
0
        private void Bt_cad_Click(object sender, EventArgs e)
        {
            f_cadastrar f_Cadastro = new f_cadastrar();

            this.Dispose();
            f_Cadastro.ShowDialog();
        }