Example #1
0
        static void Main(string[] args)
        {
            DelegatesTest d = new DelegatesTest();

            d.Test();
        }
Example #2
0
 static void Main(string[] args)
 {
     DelegatesTest d = new DelegatesTest();
     d.Test();
 }