Exemplo n.º 1
0
        static void Main(string[] args)
        {
            Welcome wlcm = new Welcome();

            Console.Write("Please input a name: ");
            string name = Console.ReadLine();

            wlcm.Output(name);
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            Welcome wlcm = new Welcome();

            wlcm.Output();
        }