Ejemplo n.º 1
0
 static void TestMethod()
 {
     Something.Foo();
     Otherthing.Bar();
     NotSoLong.HelloWorld();
 }
Ejemplo n.º 2
0
 public static void Test()
 {
     Specific obj = Something.func <Specific>();
 }