Example #1
0
 private void youSend()
 {
     //RXbox.SelectionColor = Color.Red;
     RXbox.AppendText("\r\n" + DateTime.Now.ToLongTimeString() + " You Send : " + textBox2.Text + "\r\n");
     //RXbox.SelectionColor = Color.Black;
 }