Ejemplo n.º 1
0
    void send(string json)
    {
        Packet m = new Packet();

        m.packJson(json);

        client.send(m);
    }