Example #1
0
 private void Broadcast(Message msg)
 {
     chSvr2Red.SendMessage(msg);
     chSvr2Blue.SendMessage(msg);
 }