Example #1
0
        public void UpdateIngredients()
        {
            // A computer has no feelings, let it work :-)

            File_Manager.DeleteFile(App_Constands.FilePathIngredient);

            for (int i = 0; i < GlobalIngredients.Count; i++)
            {
                StoreIngredient(GlobalIngredients[i]);
            }
        }