예제 #1
0
 public dvd()
 {
     this.coverField = new dvdCover();
     this.actorField = new List <Actor>();
     this.titleField = "DefaultTitle";
     this.styleField = Styles.Action;
 }
예제 #2
0
 public dvd()
 {
     this.coverField = new dvdCover();
     this.actorField = new List<Actor>();
     this.titleField = "DefaultTitle";
     this.styleField = Styles.Action;
 }