Ejemplo n.º 1
0
        public static void Main()
        {
            IntegerList polje = new IntegerList();

            ListExample(polje);

            Console.ReadLine();
        }
Ejemplo n.º 2
0
        static void Main(string[] args)
        {
            IntegerList integerList = new IntegerList();

            ListExample(integerList);
        }