using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp10 { class Show : AIsD { void wyswietl() { for (int i = rozmiar; i>1; i--) { Console.WriteLine(dane[i]); } if (rozmiar == 0) Console.WriteLine("stos pusty"); } } }