Ejemplo n.º 1
0
 public void NewMessageReceive(string userNameFrom, string text)
 {
     form.GetListBox().Items.Add(userNameFrom + ": " + text);
 }