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

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