Example #1
0
 static void Main()
 {
     Martin.Baulig.Hello hello = new Martin.Baulig.Hello();
     hello.Test();
     Y.Hello();
     hello.Test();
     Y.Test(hello);
     Console.WriteLine(hello);
 }
Example #2
0
 public static void Test(Martin.Baulig.Hello hello)
 {
     hello.Test();
 }