static void Main(string[] args) { Test obj = new Test(); obj.A(); }
public static void B(this Test t) { t.A(); }