Beispiel #1
0
 /// <summary>
 /// updates the InBagsCount
 /// </summary>
 internal void UpdateInBagsCount()
 {
     InBagsCount = Ingredient.GetInBagItemCount(Parent.ID);
 }
Beispiel #2
0
 internal IngredientSubClass(Ingredient parent, uint inBagCount)
 {
     Parent      = parent;
     InBagsCount = inBagCount;
 }