Exemple #1
0
        public static void Main()
        {
            IntegerList polje = new IntegerList();

            ListExample(polje);

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

            ListExample(integerList);
        }