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

        obj.A();
    }
Ejemplo n.º 2
0
 public static void B(this Test t)
 {
     t.A();
 }