Ejemplo n.º 1
0
 private void _dataSent(IAsyncResult ar)
 {
     OnClientSentData?.Invoke(dataSndBuffer);
 }