Exemple #1
0
 /// <summary>
 /// Get the ingredient at specified index from ingredientList
 /// </summary>
 public string GetIngredientAt(int index)
 {
     return(ingredientsList.GetItem(index));
 }