Ejemplo n.º 1
0
 public void StartServer()
 {
     _Server = new Server.Server();
     _Server.stratServer("127.0.0.1", 8888);
 }