Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            Feedback f = null;

            // f.Invoke(67);
            DelegateIntro.Go();
            Console.ReadLine();
        }
Ejemplo n.º 2
0
 static void Main(string[] args)
 {
     DelegateIntro.Go();
     Console.ReadLine();
 }