Exemplo n.º 1
0
 public TheRingMakerProductGroup()
     : base("The Ring-maker Cycle")
 {
     MainProduct = new TheVoiceOfIsengardProduct();
     AddProduct(new TheDunlandTrapProduct());
     AddProduct(new TheThreeTrialsProduct());
     AddProduct(new TroubleInTharbadProduct());
     AddProduct(new TheNinInEilphProduct());
     AddProduct(new CelebrimborsSecretProduct());
     AddProduct(new TheAntleredCrownProduct());
 }
 public TheRingMakerProductGroup()
     : base("The Ring-maker Cycle")
 {
     MainProduct = new TheVoiceOfIsengardProduct();
     AddProduct(new TheDunlandTrapProduct());
     AddProduct(new TheThreeTrialsProduct());
     AddProduct(new TroubleInTharbadProduct());
     AddProduct(new TheNinInEilphProduct());
     AddProduct(new CelebrimborsSecretProduct());
     AddProduct(new TheAntleredCrownProduct());
 }