static void Main(string[] args)
    {
        var o = new Foo();

        o.A();
        o.B();
        Console.ReadKey();
    }