Exemple #1
0
 static void Refill(IMachine vm)
 {
     foreach (Drink drink in vm.GetDrinks())
     {
         drink.Quantity = 10;
     }
 }