コード例 #1
0
ファイル: Program.cs プロジェクト: zeple/BOOKS
        static void Main(string[] args)
        {
            Examples.Hello hello = new Examples.Hello();
            hello.Run();

            System.Console.WriteLine("계속 하시려면 아무 키나 누르세요.");
            System.Console.ReadKey();
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: Myohalang/q
 static void Main()
 {
     Examples.Hello hello = new Examples.Hello();
     hello.Run();
 }
コード例 #3
0
ファイル: Program.cs プロジェクト: ainochi-kor/HowToCSharp
 static void Main(string[] args)
 {
     Examples.Hello hello = new Examples.Hello();
     hello.Run();
 }