コード例 #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' });
 }
コード例 #2
0
 private void InitializeAll(string recipeId)
 {
     Recipe   = Inf.GetRecipe(recipeId);
     Comments = Inf.GetComments(recipeId);
 }