Esempio n. 1
0
        static void Main(string[] args)
        {
            Archer.HttpServer httpServer = new Archer.HttpServer();
            httpServer.Start();

            Archer.Core core = new Archer.Core();
            core.Start();
        }
Esempio n. 2
0
        static void Main(string[] args)
        {
            Archer.HttpServer httpServer = new Archer.HttpServer();
            httpServer.Start();

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