コード例 #1
0
        public static void Main()
        {
            IHttpServer server = new HttpServer();

            server.Start();
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: DimitarMilushev/C-Web
        static void Main(string[] args)
        {
            HttpServer server = new HttpServer();

            server.Start();
        }