Esempio n. 1
0
    private void Send(string msg)
    {
        string text = "> " + msg;

        stream.Add(text);
    }