Ejemplo n.º 1
0
 private void OnReceived(string obj)
 {
     MessageListBox.Invoke(new Action(() =>
     {
         MessageListBox.Items.Add(obj);
     }));
 }