Exemplo n.º 1
0
 public ServiceMenu()
 {
     ConfigServer.LoadFromFile();
     _p2pService = new P2PService();
     //_p2pService.ConnectServer();
 }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            P2PService p2PService = new P2PService();

            p2PService.Start();
        }