Exemplo n.º 1
0
 public Happening(WritableMediaFactory factory) : base(factory)
 {
     VideoReferences = factory.CreateVideoReferences();
     ImageReferences = factory.CreateImageReferences();
 }
Exemplo n.º 2
0
 public Series(WritableMediaFactory factory)
 {
     Videos = factory.CreateVideos();
     Images = factory.CreateImages();
 }