예제 #1
0
 private void SendMessage(EasyTCP.EasyTCP Exclude, string Msg)
 {
     Do4All(MS => MS.Send(1, Msg), Exclude);
     Invoke(() => TB.Inlines.Add(Msg + Environment.NewLine));
 }