Beispiel #1
0
        static void Main(string[] args)
        {
            Welcome wlcm = new Welcome();

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

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

            wlcm.Output();
        }