Beispiel #1
0
        private void btnPacientes_Click(object sender, EventArgs e)
        {
            fPacientes fp = new fPacientes();

            fp.Show();
            Hide();
        }
Beispiel #2
0
        private void btnPacientes_Click(object sender, EventArgs e)
        {
            fPacientes fp = new fPacientes();

            fp.MdiParent = this;
            fp.Show();
            //Hide();
        }