Ejemplo n.º 1
0
        static void Main()

        {
            HelloMsg h = new HelloMsg();

            h.Speak();
        }
Ejemplo n.º 2
0
 static void Main()
 
 {
     HelloMsg h = new HelloMsg();
     h.Speak();
 }