예제 #1
0
 public Genre(string libelle, Etagere e)
 {
     this.libelle  = libelle;
     this.lEtagere = e;
 }
예제 #2
0
 public Add(Etagere e)
 {
     e=new Etagere(
 }