Ejemplo n.º 1
0
 private void InitializeAll(string recipeId)
 {
     Recipe      = Inf.GetRecipe(recipeId);
     Comments    = Inf.GetComments(recipeId);
     Ingredients = Recipe.Ingredients.Split(new[] { '\n' });
     Preparation = Recipe.Preparation.Split(new[] { '\n' });
 }
Ejemplo n.º 2
0
 private void InitializeAll(string recipeId)
 {
     Recipe   = Inf.GetRecipe(recipeId);
     Comments = Inf.GetComments(recipeId);
 }