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