Posts by Mão • 11 points
2 posts
-
0
votes1
answer70
viewsA: How to control events in C#
Solved: private void FrmControllers_Conector_DataReceivedInBackGround(object source, EventArgs e) { //Identifico o index do cliente que chamou o evento na lista de clients int i =…
-
1
votes1
answer70
viewsQ: How to control events in C#
Using the "Tcplistener" class I am "listening" to a port where several customers will connect. Until then quiet. To receive data from a client I used a Thread that generates an event whenever some…