Пример #1
0
        static void Main(string[] args)
        {
            Examples.Hello hello = new Examples.Hello();
            hello.Run();

            System.Console.WriteLine("계속 하시려면 아무 키나 누르세요.");
            System.Console.ReadKey();
        }
Пример #2
0
 static void Main()
 {
     Examples.Hello hello = new Examples.Hello();
     hello.Run();
 }
Пример #3
0
 static void Main(string[] args)
 {
     Examples.Hello hello = new Examples.Hello();
     hello.Run();
 }