コード例 #1
0
 public TableEleve()
 {
     cnx = ConnectionMySql.GetConnection();
 }
コード例 #2
0
 public TableEnseignant()
 {
     cnx = ConnectionMySql.GetConnection();
 }
コード例 #3
0
 public TableNiveau()
 {
     cnx = ConnectionMySql.GetConnection();
 }
コード例 #4
0
 public TableClasse()
 {
     cnx = ConnectionMySql.GetConnection();
 }