Beispiel #1
0
 public static void Main()
 {
     HelloUtil.Echo h = new HelloUtil.Echo ( "Hello.\nMy first dll !" ) ;
     h.Tell() ;
 }
Beispiel #2
0
 public static void Main()
 {
     HelloUtil.Echo h = new HelloUtil.Echo("Hello.\nMy first dll !");
     h.Tell();
 }