Exemple #1
0
        private void gestionDesFormationsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormFormation FF = new FormFormation();

            FF.MdiParent = this;
            FF.Show();
        }
Exemple #2
0
 private void gestionDesFormationsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FormFormation FF = new FormFormation();
     FF.MdiParent = this;
     FF.Show();
 }