Esempio n. 1
0
 public static void Entry()
 {
     group7.Base b = new group7.Sub();
     b.Foo();
 }
Esempio n. 2
0
 public static void Entry()
 {
     group7.Inf inf = new group7.Sub();
     inf.Foo();
 }