Beispiel #1
0
        static void Main(string[] args)
        {
            Dell2 del2 = new Dell2(Go);
            Dell1 del1 = new Dell1(Start);

            del1(10, del2);

            Console.WriteLine();
            Console.Read();
        }
Beispiel #2
0
        static void Main(string[] args)
        {
            Dell2 del2 = new Dell2(Go);
            Dell1 del1 = new Dell1(Start);

            del1(10, del2);



            Console.WriteLine();
            Console.Read();
        }