コード例 #1
0
ファイル: Program.cs プロジェクト: ewin66/Archer
        static void Main(string[] args)
        {
            Archer.HttpServer httpServer = new Archer.HttpServer();
            httpServer.Start();

            Archer.Core core = new Archer.Core();
            core.Start();
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: ysmood/Archer
        static void Main(string[] args)
        {
            Archer.HttpServer httpServer = new Archer.HttpServer();
            httpServer.Start();

            Archer.Core core = new Archer.Core();
            core.Start();
        }