Пример #1
0
        public static double Totalcalories(TreeView tree)
        {
            double calories = ProductData.Totalcalories(tree, meals);

            return(calories);
        }
Пример #2
0
 public static void Productdata(TreeView tree, Label name, Label gramms, Label protein,
                                Label fats, Label carbs, Label calories)
 {
     ProductData.Productdata(tree, name, gramms, protein, fats, carbs, calories, meals);
 }