Skip to content
Snippets Groups Projects
Commit b0c6853e authored by Loïc Gross's avatar Loïc Gross
Browse files

InterfaceInfoCompletEleve appararitions show

parent aaa1aecf
Branches
1 merge request!13Click ListeEleve à InterfaceInfoCompletEleve
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment