Beispiel #1
0
    public void SendText()
    {
        var result = client.Send(text.text);

        if (result)
        {
            status_text = "Sent!";
        }
        else
        {
            status_text = "You must wait";
        }
    }