Exemplo n.º 1
0
        static void Main(string[] args)
        {
            ConfigServer.LoadFromFile();
            P2PService service = new P2PService();

            service.Start();
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            P2PService service = new P2PService();

            service.Start();
        }