Exemplo n.º 1
0
        private void editarpac(object sender, EventArgs e)
        {
            bool             which   = true;
            CadastroPaciente editpac = new CadastroPaciente(which);

            editpac.Show();
        }
Exemplo n.º 2
0
        private void cadpac(object sender, EventArgs e)
        {
            bool             which  = false;
            CadastroPaciente cadpac = new CadastroPaciente(which);

            cadpac.Show();
        }