예제 #1
0
파일: Article.cs 프로젝트: NiCoLas5342/C-
 public article()
 {
     this.nom      = nom;
     this.prix     = prix;
     this.quantite = quantite;
     this.type     = type;
 }
예제 #2
0
파일: Article.cs 프로젝트: NiCoLas5342/C-
 protected void SetArticleType(articleType value)
 {
     this.type = value;
 }