Exemplo n.º 1
0
        private void medicamentsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form_Medicaments fm = new Form_Medicaments();

            fm.MdiParent = this;
            fm.Show();
        }
Exemplo n.º 2
0
        private void visualiserLesMédicamentsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FermerMDI();
            Form_Medicaments fv = new Form_Medicaments();

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