Exemplo n.º 1
0
        private void gestionDesTâchesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Hide();
            Form_gestion_tache form_gestion_tache = new Form_gestion_tache(form_login, utilisateur, taches, this);

            form_gestion_tache.Show();
        }
Exemplo n.º 2
0
        private void eleve_menu_gestion_taches_Click_1(object sender, EventArgs e)
        {
            this.Hide();
            Form_gestion_tache form_gestion_tache = new Form_gestion_tache(form_login, utilisateur, taches, this);

            form_gestion_tache.Show();
        }