コード例 #1
0
ファイル: Movie.cs プロジェクト: malmohammad/LabExcercises
 public Movie(string v, TypeGenre comedy)
 {
     this.v      = v;
     this.comedy = comedy;
 }
コード例 #2
0
 public void AddGenre(TypeGenre genre)
 {
     this.Genre.Add(genre);
 }