Ejemplo n.º 1
0
    static void Main(string[] args)
    {
        foo aFoo = new foo();

        aFoo.TestMethod();
        //Console.WriteLine(aFoo.ToString()); // if this line is uncommented TestMethod will never return
    }