Beispiel #1
0
 public static void RefillProductStock()
 {
     ProductStock.ReceiveNewSupply(new int[] { 12, 12, 5, 10, 10, 10, 10, 4, 4 });
 }