public static void Entry() { group7.Base b = new group7.Sub(); b.Foo(); }
public static void Entry() { group7.Inf inf = new group7.Sub(); inf.Foo(); }