コード例 #1
0
ファイル: Form_professeur.cs プロジェクト: Ghandy582/ProjetS4
        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();
        }
コード例 #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();
        }