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

        obj.A();
    }
 public static void B(this Test t)
 {
     t.A();
 }