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

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

            cadpac.Show();
        }
Ejemplo n.º 3
0
        public void again(object sender, EventArgs e)
        {
            this.Hide();
            bool             which = false;
            CadastroPaciente again = new CadastroPaciente(which);

            again.ShowDialog();
            this.Close();
        }