Ejemplo n.º 1
0
        private void btnAddSurgeon_Click(object sender, EventArgs e)
        {
            Consultent_UI Form = new Consultent_UI();

            Form.ShowDialog(this);
            CosulultDoctor();
        }
Ejemplo n.º 2
0
        private void addConsultantToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Consultent_UI aConsultentUi = new Consultent_UI();

            aConsultentUi.MdiParent = this;
            aConsultentUi.Show();
        }