Exemplo n.º 1
0
 public static void Spausdinti(IceCreamMaker ledai)
 {
     Console.WriteLine("Ingridientai:" + ledai.GetDescription());
     Console.WriteLine("Kaina:" + ledai.GetCost());
     Console.WriteLine("Kaušelių skaičius:" + ledai.getScoopCount());
     Console.WriteLine("--------------------------------------------");
 }
Exemplo n.º 2
0
 public override string GetDescription()
 {
     return(DecoratedIceCream.GetDescription());
 }