delegate void Del(string s); class TestClass {     static void Hello(string s) {         Console.WriteLine("  Hello, {0}!", s);     }     static...

read more