From b0c6853e1febf61823fbe3aa79721936473c213c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Gross?= <loic.gross@unistra.fr>
Date: Wed, 1 Apr 2020 18:29:12 +0200
Subject: [PATCH] InterfaceInfoCompletEleve appararitions show

---
 psychorientation/psychorientation/InterfaceClasse.cs | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/psychorientation/psychorientation/InterfaceClasse.cs b/psychorientation/psychorientation/InterfaceClasse.cs
index e1cfcd6..d28b2e6 100644
--- a/psychorientation/psychorientation/InterfaceClasse.cs
+++ b/psychorientation/psychorientation/InterfaceClasse.cs
@@ -28,11 +28,6 @@ namespace psychorientation
 
             Message m_accueil = new Message(-1, "Bonjour apprenti prof, vous allez apprendre à éduquer des joueurs !! ", "Début", TypeMessage.INFORMATION);
             m_accueil.ShowDialog();
-
-            
-
-            ListeEleve listE = new ListeEleve();
-            listE.ShowDialog();
         }
 
         private void Pb_action_suivante_Click(object sender, EventArgs e)
@@ -74,8 +69,7 @@ namespace psychorientation
 
         private void Pb_liste_eleves_Click(object sender, EventArgs e)
         {
-            ListeEleve le = new ListeEleve();
-            le.Show();
+
         }
 
         private void InterfaceClasse_SizeChanged(object sender, EventArgs e)
-- 
GitLab