Beispiel #1
0
 private void toolStripMenuItem_modifierValeurs_Click(object sender, EventArgs e)
 {
     if (globales.portefeuilleCompetences != null)
     {
         Portefeuille_creer portefeuille = new Portefeuille_creer();
         portefeuille.Show();
     }
     if (globales.emploi != null)
     {
         Emploi_creer emploi = new Emploi_creer();
         emploi.Show();
     }
     if (globales.poste != null)
     {
         Poste_creer poste = new Poste_creer();
         poste.Show();
     }
     if (globales.profilPoste != null)
     {
         ProfilPoste_creer profilPoste = new ProfilPoste_creer();
         profilPoste.Show();
     }
     if (globales.collaborateur != null)
     {
         Collaborateur_creer collaborateur = new Collaborateur_creer();
         collaborateur.Show();
     }
     if (globales.actTerrain != null)
     {
         Activite_creer actTerrain = new Activite_creer();
         actTerrain.Show();
     }
     if (globales.actGenerique != null)
     {
         Activite_creer actGenerique = new Activite_creer();
         actGenerique.Show();
     }
 }
Beispiel #2
0
        private void button_creer_actGenerique_Click_1(object sender, EventArgs e)
        {
            Activite_creer generique = new Activite_creer();

            generique.Show();
        }
Beispiel #3
0
        private void button_creer_actTerrain_Click_1(object sender, EventArgs e)
        {
            Activite_creer terrain = new Activite_creer();

            terrain.Show();
        }